Skip to content

Commit

Permalink
Add workflow_dispatch for manual triggering.
Browse files Browse the repository at this point in the history
Signed-off-by: Roland Grunberg <[email protected]>
  • Loading branch information
rgrunber committed Jun 22, 2023
1 parent bf0aa48 commit 41efcde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/native-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
on:
schedule:
- cron: '0 8 * * *'
workflow_dispatch:
jobs:
build-binary-unix:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 41efcde

Please sign in to comment.