Merge pull request #492 from nix-community/ci2
github workflows: also run on bors branch
This commit is contained in:
commit
212adda0d9
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