fix PR test
This commit is contained in:
parent
9a856e2cdc
commit
f4e9a44f37
1 changed files with 2 additions and 1 deletions
3
.github/workflows/test-pr.yml
vendored
3
.github/workflows/test-pr.yml
vendored
|
@ -3,7 +3,8 @@ name: test PR
|
|||
on:
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
push: [ '!master' ]
|
||||
push:
|
||||
branches: [ '!master' ]
|
||||
|
||||
jobs:
|
||||
test-matrix:
|
||||
|
|
Reference in a new issue