[GHA] only run on master and PRs
This commit is contained in:
parent
fb09a5578a
commit
0e45679aa7
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -1,8 +1,8 @@
|
|||
name: test SWIG CI
|
||||
name: test SWIG via CI
|
||||
|
||||
on:
|
||||
push:
|
||||
#branches: [ master ]
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue