update build-pr to run on dev PRs as well
This commit is contained in:
parent
e085e680cc
commit
17cb32b689
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build-pr.yml
vendored
1
.github/workflows/build-pr.yml
vendored
|
|
@ -7,6 +7,7 @@ on:
|
|||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- dev
|
||||
paths-ignore:
|
||||
- "**.md"
|
||||
- ".github/ISSUE_TEMPLATE/**"
|
||||
|
|
|
|||
Loading…
Reference in a new issue