summaryrefslogtreecommitdiff
path: root/libs/imgui-1.92.1/.github/workflows/manual.yml
diff options
context:
space:
mode:
Diffstat (limited to 'libs/imgui-1.92.1/.github/workflows/manual.yml')
-rw-r--r--libs/imgui-1.92.1/.github/workflows/manual.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/libs/imgui-1.92.1/.github/workflows/manual.yml b/libs/imgui-1.92.1/.github/workflows/manual.yml
new file mode 100644
index 0000000..3c472f1
--- /dev/null
+++ b/libs/imgui-1.92.1/.github/workflows/manual.yml
@@ -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