github workflows: also run on bors branch
This commit is contained in:
parent
5a6aa74ec9
commit
ec2b0bff69
1 changed files with 4 additions and 0 deletions
4
.github/workflows/pr.yml
vendored
4
.github/workflows/pr.yml
vendored
|
|
@ -1,6 +1,10 @@
|
|||
name: "Test"
|
||||
on:
|
||||
pull_request:
|
||||
# For bors
|
||||
push:
|
||||
branches:
|
||||
- staging
|
||||
jobs:
|
||||
tests:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue