Skip to content

Commit

Permalink
chore(ci): ensure that acir artifacts are published on master (#3367)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Oct 30, 2023
1 parent dfb563d commit b84be2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-pr-rebuild-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Check if artifacts should be published
id: check
run: |
if [ ${{ github.ref_name }} == "master" ]; then
if [ ${{ github.ref_name }} == master ]; then
# Always publish on master
echo "publish=true" >> "$GITHUB_OUTPUT"
else
Expand Down

0 comments on commit b84be2a

Please sign in to comment.