mirror of
https://github.com/NoelFB/blah.git
synced 2024-11-25 16:18:57 +08:00
adding workflow_dispatch
to build workflow
This commit is contained in:
parent
dda0b76d93
commit
53714a4ad2
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -2,7 +2,7 @@ name: Project build
|
|||
|
||||
# github's push and pull_request events
|
||||
# will trigger this action to run
|
||||
on: [push, pull_request]
|
||||
on: [push, pull_request, workflow_dispatch]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in New Issue
Block a user