Skip to content

Commit

Permalink
[WIP] Use github.ref_name
Browse files Browse the repository at this point in the history
  • Loading branch information
kylewlacy committed Dec 31, 2023
1 parent ebb1208 commit 809872b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 809872b

Please sign in to comment.