test should work on every branch
This commit is contained in:
parent
0f0e380ff2
commit
82d2a7b10f
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test-pr.yml
vendored
1
.github/workflows/test-pr.yml
vendored
|
@ -3,6 +3,7 @@ name: test PR
|
|||
on:
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
push: [ '!master' ]
|
||||
|
||||
jobs:
|
||||
test-matrix:
|
||||
|
|
Reference in a new issue