From fe7a6dd5f323da1c617ad5766bf11da7443aaed6 Mon Sep 17 00:00:00 2001 From: Vindaar Date: Mon, 17 Jun 2024 15:55:43 +0200 Subject: [PATCH] [CI] attempt to only run `push` GH action for push to master --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2250dc..bd95bc7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,8 @@ on: - 'docs/**' - 'datamancer.nimble' - '.github/workflows/ci.yml' + branches: + - 'master' pull_request: paths: - 'tests/**'