Skip to content

Commit

Permalink
try again:
Browse files Browse the repository at this point in the history
  • Loading branch information
chasinandrew committed Oct 3, 2023
1 parent 609bc1c commit 9e7648e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:

#PROD
prod:
if: ${{ inputs.environment }} == 'prod' && github.event_name == 'workflow_dispatch'
if: github.ref_name == 'main' && github.event_name == 'workflow_dispatch'
uses: ./.github/workflows/_deployment.yaml
permissions:
id-token: write
Expand Down

0 comments on commit 9e7648e

Please sign in to comment.