From 0e45679aa745e046bcced66bb53495fa573f97b0 Mon Sep 17 00:00:00 2001 From: Kris Thielemans Date: Mon, 2 Aug 2021 12:02:53 +0100 Subject: [PATCH] [GHA] only run on master and PRs --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0e645cafd..c6537bb06 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,8 +1,8 @@ -name: test SWIG CI +name: test SWIG via CI on: push: - #branches: [ master ] + branches: [ master ] pull_request: branches: [ master ]