mirror of
https://github.com/nullthoughts/laravel-data-sync.git
synced 2026-01-26 11:44:11 +00:00
fix(ci): forgot we are using master branch
This commit is contained in:
4
.github/workflows/phpunit.yml
vendored
4
.github/workflows/phpunit.yml
vendored
@@ -4,9 +4,9 @@ name: PHPUnit
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
branches: [master, main]
|
||||
pull_request:
|
||||
branches: [main]
|
||||
branches: [master, main]
|
||||
|
||||
jobs:
|
||||
build-test:
|
||||
|
||||
Reference in New Issue
Block a user