Skip to content

Commit

Permalink
feat(build): allow manual run; prevent multiple simultaneous deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGiddyLimit committed Feb 5, 2023
1 parent 275b782 commit 965d8de
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ on:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'

# Allow running manually from the actions tab
workflow_dispatch:

concurrency:
group: "release"
cancel-in-progress: true

jobs:
build-and-deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 965d8de

Please sign in to comment.