Skip to content

Commit

Permalink
Allow other branches to be deployed directly to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
cskrov committed Nov 1, 2023
1 parent 7201415 commit 395395a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy-to-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ run-name: Prod deploy of ${{ github.ref_name }}
jobs:
deploy_to_prod:
name: Deploy
if: github.ref == 'refs/heads/main'
permissions:
contents: read
id-token: write
Expand Down

0 comments on commit 395395a

Please sign in to comment.