Remove "GHA" branch from the workflow file
Follow an existing comment saying that it should be removed before merging.
This commit is contained in:
parent
9d50ec97d0
commit
4e599ddbdb
1 changed files with 2 additions and 3 deletions
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
|
@ -2,10 +2,9 @@ name: test SWIG via CI
|
|||
|
||||
on:
|
||||
push:
|
||||
# enable on master and GHA branches. The latter should be removed once merged to SWIG/master.
|
||||
branches: [ master, GHA ]
|
||||
branches: master
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches: master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue