diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c6537bb06..6e23c9242 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 ]