Skip to content

Commit

Permalink
chore(snackager): allow deploying from hotfix branch
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric authored Sep 2, 2024
1 parent 1f3ff9b commit 2c56cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snackager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
fields: message,commit,author,job,took

deploy-production:
if: ${{ github.event.inputs.deploy == 'production' && github.ref == 'refs/heads/main' }}
if: ${{ github.event.inputs.deploy == 'production' }}
needs: review
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 2c56cbd

Please sign in to comment.