Skip to content

Commit 143eee0

Browse files
committed
Fix GitHub actions branch
1 parent 19ff2ed commit 143eee0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/laravel-unit-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Tests
33
on:
44
push:
55
branches:
6-
- test
6+
- main
77

88
jobs:
99
laravel-tests:

.github/workflows/php-cs-fixer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Check styles
33
on:
44
push:
55
branches:
6-
- test
6+
- main
77

88
jobs:
99
laravel-tests:

0 commit comments

Comments
 (0)