Skip to content

Commit

Permalink
CI: Enable workflow_dispatch event for ci.yml
Browse files Browse the repository at this point in the history
This should make manual testing on forks with branches easier.

(Identical PR made to Uhyve: hermit-os/uhyve#724)
  • Loading branch information
n0toose committed Jul 6, 2024
1 parent 7794231 commit 021aa9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- main
pull_request:
merge_group:
workflow_dispatch:

env:
GH_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit 021aa9e

Please sign in to comment.