We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a19c7ea commit 2d3e8beCopy full SHA for 2d3e8be
1 file changed
.github/workflows/unit-tests.yml
@@ -21,7 +21,7 @@ concurrency:
21
22
jobs:
23
lint:
24
- if: ${{ github.ref == 'refs/heads/master' }}
+ if: ${{ github.ref == 'refs/heads/master' }} || ${{ github.ref == 'refs/heads/phpcs3' }}
25
runs-on: ubuntu-latest
26
27
strategy:
@@ -53,7 +53,7 @@ jobs:
53
54
#### TEST STAGE ####
55
test:
56
57
58
59
0 commit comments