Skip to content

Commit

Permalink
Merge pull request #114 from chasinandrew/feature/test-gh
Browse files Browse the repository at this point in the history
add workflow dispatch
  • Loading branch information
chasinandrew authored Oct 3, 2023
2 parents 8136025 + 609bc1c commit 103fe3f
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'
if: ${{ inputs.environment }} == 'prod' && github.event_name == 'workflow_dispatch'
uses: ./.github/workflows/_deployment.yaml
permissions:
id-token: write
Expand Down

0 comments on commit 103fe3f

Please sign in to comment.