Skip to content

Commit

Permalink
trigger on push to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
moitran committed Jun 3, 2024
1 parent 8d21b0b commit 44fff7e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/phpstan-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: PHPStan

on:
push:
branches:
- main
pull_request:
branches: ["main"]

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/phpunit-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: PHPUnit

on:
push:
branches:
- main
pull_request:
branches: ["main"]

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pint-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Pint

on:
push:
branches:
- main
pull_request:
branches: ["main"]

Expand Down

0 comments on commit 44fff7e

Please sign in to comment.