Trigger Action on PRs as well
This commit is contained in:
parent
9fcc631236
commit
c7efd90f7f
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
|
@ -6,6 +6,9 @@ on:
|
|||
- 'README.md'
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue