From e6efe891dc0c38423c24a6a93a93f6a9c6262a31 Mon Sep 17 00:00:00 2001 From: Christian Langenbacher Date: Sat, 25 May 2024 09:56:35 +0200 Subject: [PATCH] [CI/check-pull-request] fix workflow tag trigger --- .github/workflows/check-pull-request.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-pull-request.yml b/.github/workflows/check-pull-request.yml index c5fa91e..6a29328 100644 --- a/.github/workflows/check-pull-request.yml +++ b/.github/workflows/check-pull-request.yml @@ -11,13 +11,13 @@ on: - "rust-toolchain.toml" - "rustfmt.toml" - ".github/workflows/*.yml" + push: + branches: + - develop tags: - v[0-9]+.[0-9]+.[0-9] # Matches tags containing an arbitrary suffix starting with '-'. - v[0-9]+.[0-9]+.[0-9]+-* - push: - branches: - - develop # Ensures only one build is run per branch, unless pushing to develop concurrency: