Skip to content

Commit

Permalink
GHA: Add workflow dispatch option to the build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje committed Apr 4, 2024
1 parent d29894d commit 25da098
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
tags:
- "*"
wokflow_dispatch:

jobs:
deployment:
Expand All @@ -30,4 +31,4 @@ jobs:
run: mvn --batch-mode deploy -DskipTests
env:
MAVEN_USERNAME: ${{ secrets.BUILD_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.BUILD_PASSWORD }}
MAVEN_PASSWORD: ${{ secrets.BUILD_PASSWORD }}

0 comments on commit 25da098

Please sign in to comment.