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: