mirror of
https://github.com/martinvonz/jj.git
synced 2024-11-28 09:14:04 +00:00
github: run CI on push, not only on PRs
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.
This commit is contained in:
parent
4ab1fc9bfe
commit
3b447703e5
1 changed files with 0 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -2,8 +2,6 @@ name: build
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
|
||||
permissions: read-all
|
||||
|
|
Loading…
Reference in a new issue