Remove "GHA" branch from the workflow file

Follow an existing comment saying that it should be removed before
merging.
This commit is contained in:
Vadim Zeitlin 2021-08-09 13:17:08 +02:00
commit 4e599ddbdb

View file

@ -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: