[GHA] enable GHA branch for the moment
[appveyor skip] [travis skip]
This commit is contained in:
parent
0e45679aa7
commit
9d50ec97d0
1 changed files with 2 additions and 1 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
|
@ -2,7 +2,8 @@ name: test SWIG via CI
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
# enable on master and GHA branches. The latter should be removed once merged to SWIG/master.
|
||||
branches: [ master, GHA ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue