Skip to content

Commit

Permalink
add workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr committed Nov 1, 2023
1 parent 0a1c8a4 commit ff9a9d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
pull_request:
branches:
- master
workflow_dispatch:

jobs:
verify:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
tags:
- '*'
workflow_dispatch:

jobs:
release:
Expand Down Expand Up @@ -46,7 +47,6 @@ jobs:
./gradlew publishAllPublicationsToGitHubPackagesRepository
echo ::set-output name=exit_code::$?
- name: Update Javadocs
if: steps.deploy.outputs.exit_code == 0
run: |
Expand Down

0 comments on commit ff9a9d7

Please sign in to comment.