From 4e599ddbdba9b97c03605ef887717c86467cf2a3 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 9 Aug 2021 13:17:08 +0200 Subject: [PATCH] Remove "GHA" branch from the workflow file Follow an existing comment saying that it should be removed before merging. --- .github/workflows/test.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6e23c9242..7c945c71d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: