From caba6d762dcbafd82730af03839f2b838902dd23 Mon Sep 17 00:00:00 2001 From: emmdim Date: Tue, 16 Mar 2021 18:25:57 +0100 Subject: [PATCH] Enable CI for release-* --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ebf0538..1b602e7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -148,7 +148,7 @@ jobs: release-prod: runs-on: self-hosted needs: [node-tests] - if: startsWith(github.ref, 'refs/heads/release') + if: startsWith(github.ref, 'refs/heads/release-*') steps: - name: Check out the repo uses: actions/checkout@v2