From 809872b275d0ffbd72a9bd74e5ff8cd9451e8b79 Mon Sep 17 00:00:00 2001 From: Kyle Lacy Date: Sat, 30 Dec 2023 17:23:10 -0800 Subject: [PATCH] [WIP] Use `github.ref_name` --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4b4d063..9adc6d2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -79,7 +79,7 @@ jobs: path: artifacts/brioche push: name: Push artifacts - if: github.ref == 'refs/heads/cicd' && github.repository == 'brioche-dev/brioche' + if: github.ref_name == 'cicd' && github.repository == 'brioche-dev/brioche' needs: [test, build] runs-on: ubuntu-22.04 steps: