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:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
push: [ '!master' ]
|
push:
|
||||||
|
branches: [ '!master' ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test-matrix:
|
test-matrix:
|
||||||
|
|
Reference in a new issue