Skip to content

Commit 3490a39

Browse files
Update ci.yml
1 parent 778c990 commit 3490a39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: CI
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77
pull_request:
88
branches:
9-
- main
9+
- master
1010

1111
jobs:
1212
build:
@@ -28,4 +28,4 @@ jobs:
2828
run: composer phpstan
2929

3030
- name: Run PHPUnit
31-
run: composer test
31+
run: composer test

0 commit comments

Comments
 (0)