From 2cc9059090c364c1ce32414238052d85e70a1354 Mon Sep 17 00:00:00 2001 From: Vindaar Date: Sat, 21 Sep 2024 17:15:57 +0200 Subject: [PATCH] [CI] only run CI for `push` when pushing 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 f57000e..7f1a360 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,8 @@ on: - 'docs/**' - 'nimhdf5.nimble' - '.github/workflows/ci.yml' + branches: + - 'master' pull_request: paths: - 'tests/**'