Skip to content

Commit

Permalink
GHA: Add workflow dispatch option to the build action. Allows for a S…
Browse files Browse the repository at this point in the history
…NAPSHOT build to be triggered from the github cli or the github webinterface
  • Loading branch information
quartje committed Jan 15, 2024
1 parent 055d24b commit 5e33346
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
tags:
- "*"
workflow_dispatch:

jobs:
deployment:
Expand Down

0 comments on commit 5e33346

Please sign in to comment.