Skip to content

Commit 3d1a5da

Browse files
committed
fix(ci): forgot we are using master branch
1 parent 0be2ed7 commit 3d1a5da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/phpunit.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ name: PHPUnit
44

55
on:
66
push:
7-
branches: [main]
7+
branches: [master, main]
88
pull_request:
9-
branches: [main]
9+
branches: [master, main]
1010

1111
jobs:
1212
build-test:

0 commit comments

Comments
 (0)