mirror of
https://github.com/NoelFB/blah.git
synced 2025-02-19 13:28:29 +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