Skip to content

Commit 2d3e8be

Browse files
committed
ci(Unit Tests): fix workflow not being ran on the phpcs3 branch.
1 parent a19c7ea commit 2d3e8be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ concurrency:
2121

2222
jobs:
2323
lint:
24-
if: ${{ github.ref == 'refs/heads/master' }}
24+
if: ${{ github.ref == 'refs/heads/master' }} || ${{ github.ref == 'refs/heads/phpcs3' }}
2525
runs-on: ubuntu-latest
2626

2727
strategy:
@@ -53,7 +53,7 @@ jobs:
5353

5454
#### TEST STAGE ####
5555
test:
56-
if: ${{ github.ref == 'refs/heads/master' }}
56+
if: ${{ github.ref == 'refs/heads/master' }} || ${{ github.ref == 'refs/heads/phpcs3' }}
5757
runs-on: ubuntu-latest
5858

5959
strategy:

0 commit comments

Comments
 (0)