Skip to content

Commit

Permalink
Update github-action-build.yml
Browse files Browse the repository at this point in the history
adding manual trigger
  • Loading branch information
makbn authored Jul 29, 2024
1 parent cb9ffce commit dd6f3c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-action-build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Java JThumbnail Build
#
on: [ push ]
on: [ push, workflow_dispatch ]
#
jobs:
build:
Expand Down Expand Up @@ -61,4 +61,4 @@ jobs:
env:
GITHUB_USERNAME: makbn
GITHUB_ACTOR: makbn
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit dd6f3c5

Please sign in to comment.