From bc738d3bde3cd80a351277918725d512c3ab8973 Mon Sep 17 00:00:00 2001 From: Vinicius Date: Mon, 11 Sep 2023 21:09:57 -0300 Subject: [PATCH] fix: limit staging releases to main branch --- .github/workflows/cd-staging.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cd-staging.yaml b/.github/workflows/cd-staging.yaml index b4225ba4..3aa91366 100644 --- a/.github/workflows/cd-staging.yaml +++ b/.github/workflows/cd-staging.yaml @@ -3,6 +3,8 @@ name: Deployment (Staging) on: workflow_run: workflows: ["Release Image (Staging)"] + branches: + - main types: - completed