mirror of
https://github.com/ocornut/imgui.git
synced 2026-06-02 11:06:51 +08:00
CI: Add manual trigger for 'workflow_run' builds (#7865)
This commit is contained in:
@@ -8,6 +8,7 @@ on:
|
|||||||
# "scheduled" workflow, while maintaining ability to perform local CI builds.
|
# "scheduled" workflow, while maintaining ability to perform local CI builds.
|
||||||
workflows:
|
workflows:
|
||||||
- scheduled
|
- scheduled
|
||||||
|
- manual
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
- docking
|
- docking
|
||||||
|
|||||||
@@ -0,0 +1,12 @@
|
|||||||
|
#
|
||||||
|
# This is a dummy workflow used to trigger full builds manually.
|
||||||
|
#
|
||||||
|
name: manual
|
||||||
|
|
||||||
|
on: workflow_dispatch
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
manual:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- run: exit 0
|
||||||
Reference in New Issue
Block a user