From 487101e972fe2b717130a8a881f6e4e639809f22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sch=C3=BCtt?= <12084016+fschutt@users.noreply.github.com> Date: Tue, 2 Aug 2022 17:55:32 +0200 Subject: [PATCH] Autopublish when creating the PR for a new release --- .github/workflows/cloudcompiler.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/cloudcompiler.yaml b/.github/workflows/cloudcompiler.yaml index 5d3dd086a36..059b87c8215 100644 --- a/.github/workflows/cloudcompiler.yaml +++ b/.github/workflows/cloudcompiler.yaml @@ -4,6 +4,10 @@ env: RUST_BACKTRACE: 1 on: + push: + tags: + # trigger action on release branch + - '[0-9]+.[0-9]+.[0-9]+*' workflow_dispatch: jobs: