From cdb7b4ad4fee48fad7ebe0d232e105a96678db64 Mon Sep 17 00:00:00 2001 From: Colin S <3526918+cbs228@users.noreply.github.com> Date: Sat, 20 Jan 2024 16:36:10 -0600 Subject: [PATCH] ci: also run release workflows for staging branches --- .github/workflows/rust_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust_release.yml b/.github/workflows/rust_release.yml index 7722c8a..4649975 100644 --- a/.github/workflows/rust_release.yml +++ b/.github/workflows/rust_release.yml @@ -2,7 +2,7 @@ name: Release on: push: - branches: [ "release/**", "develop" ] + branches: [ "release/**", "develop", "staging/**" ] tags: [ "samedec-*" ] permissions: