Skip to content

Commit 2c7c4f2

Browse files
committed
ci: Allow triggering CI workflow from web (#1779)
Signed-off-by: Larry Gritz <[email protected]>
1 parent 54f36c4 commit 2c7c4f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ on:
2323
# Full nightly build, for the main project repo (not for forks)
2424
- cron: "0 6 * * *"
2525
if: github.repository == 'AcademySoftwareFoundation/OpenShadingLanguage'
26+
workflow_dispatch:
27+
# This allows manual triggering of the workflow from the web
2628

2729

2830
permissions: read-all

0 commit comments

Comments
 (0)