Enable GitHub Actions on all PRs
This commit is contained in:
parent
6a88df13d0
commit
4d5f68dde6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -3,7 +3,7 @@ on:
|
|||
push:
|
||||
branches: master
|
||||
pull_request:
|
||||
branches: master
|
||||
branches: *
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue