mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 15:05:39 +01:00
Allow manually triggering publishing the website
This commit is contained in:
parent
5737501c81
commit
2ec5fd9d3b
1 changed files with 2 additions and 0 deletions
2
.github/workflows/website.yml
vendored
2
.github/workflows/website.yml
vendored
|
|
@ -4,6 +4,8 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
# enable users to manually trigger with workflow_dispatch
|
||||||
|
workflow_dispatch: {}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish-website:
|
publish-website:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue