Skip to content

Commit

Permalink
Added workflow-dispatch option to deployment workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbum committed Oct 9, 2024
1 parent 40339bd commit d85bac8
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 d85bac8

Please sign in to comment.