We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fe213b commit b277176Copy full SHA for b277176
.github/workflows/php-cs-fixer.yml
@@ -2,8 +2,9 @@ name: Code Style
2
3
on:
4
push:
5
- branches: [ main ]
6
-
+ branches:
+ - 'v1'
7
+
8
jobs:
9
php-cs-fixer:
10
runs-on: ubuntu-latest
.github/workflows/tests.yml
@@ -1,6 +1,12 @@
1
name: tests
-on: [pull_request, push]
+on:
+ push:
+ pull_request:
+ - '*'
11
12
tests:
0 commit comments