mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-17 23:42:04 +00:00
ci: add temporary workflow dispatch trigger
This commit is contained in:
parent
af050e2b00
commit
025a8cdee8
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build-check.yml
vendored
1
.github/workflows/build-check.yml
vendored
|
|
@ -3,6 +3,7 @@ name: Build check
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, synchronize, reopened, ready_for_review]
|
types: [opened, synchronize, reopened, ready_for_review]
|
||||||
|
workflow_dispatch: # TODO: remove before opening upstream PR
|
||||||
|
|
||||||
# Cancel superseded runs on the same PR.
|
# Cancel superseded runs on the same PR.
|
||||||
concurrency:
|
concurrency:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue