mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 08:10:11 +01:00
Cleans up github workflows. Enables daily website release.
This commit is contained in:
parent
fc4b92a890
commit
94c055bcbd
2 changed files with 2 additions and 107 deletions
6
.github/workflows/website.yml
vendored
6
.github/workflows/website.yml
vendored
|
|
@ -1,10 +1,8 @@
|
|||
name: Publish Website
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- 'v*'
|
||||
# enable users to manually trigger with workflow_dispatch
|
||||
schedule:
|
||||
- cron: 0 23 * * *
|
||||
workflow_dispatch: {}
|
||||
|
||||
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue