From 7d7add9d2efa366ca8f8f2914253639aa2ba6706 Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Mon, 20 Feb 2023 10:20:34 -0800 Subject: [PATCH] .github/workflows/ci-sage.yml: Only run when a tag is pushed --- .github/workflows/ci-sage.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci-sage.yml b/.github/workflows/ci-sage.yml index f8126b5de..b355544ee 100644 --- a/.github/workflows/ci-sage.yml +++ b/.github/workflows/ci-sage.yml @@ -35,11 +35,8 @@ name: Run Sage CI for Linux ## systems/configurations. on: - pull_request: push: tags: - branches: - - master workflow_dispatch: # Allow to run manually