Skip to content

Commit

Permalink
Merge pull request #353 from cagov/jbum-workflow-dispatch
Browse files Browse the repository at this point in the history
Added workflow-dispatch option to deployment workflow.
  • Loading branch information
jbum authored Oct 9, 2024
2 parents 30b1f83 + d85bac8 commit 49f8c61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- main

workflow_dispatch:

concurrency: # replaces use of n1hility/cancel-previous-runs
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand Down

0 comments on commit 49f8c61

Please sign in to comment.