From 9d50ec97d0467093db0dd613f7520134c21729f4 Mon Sep 17 00:00:00 2001 From: Kris Thielemans Date: Mon, 2 Aug 2021 12:12:40 +0100 Subject: [PATCH] [GHA] enable GHA branch for the moment [appveyor skip] [travis skip] --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ]