Skip to content

Commit

Permalink
fix: run workflows on all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
martenb committed Nov 17, 2023
1 parent 9a74127 commit 71697a5
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/codesniffer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
pull_request:

push:
branches: ["*"]

schedule:
- cron: "0 8 * * 1"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
pull_request:

push:
branches: ["*"]

schedule:
- cron: "0 8 * * 1"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
pull_request:

push:
branches: ["*"]

schedule:
- cron: "0 8 * * 1"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
pull_request:

push:
branches: ["*"]

schedule:
- cron: "0 8 * * 1"
Expand Down

0 comments on commit 71697a5

Please sign in to comment.