Skip to content

Commit

Permalink
github: run CI on push, not only on PRs
Browse files Browse the repository at this point in the history
By running CI on push to any branch, collaborators can check that CI
passes before sending for review, reducing mail spam and wasted
reviewer time before the code is ready.
  • Loading branch information
martinvonz committed Jun 18, 2024
1 parent 4ab1fc9 commit 3b44770
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: build

on:
push:
branches:
- main
pull_request:

permissions: read-all
Expand Down

0 comments on commit 3b44770

Please sign in to comment.