trying to allow manual trigger for publishing vscode pre-releases

This commit is contained in:
Martin Lippert
2024-10-02 12:51:49 +02:00
parent cd18390a45
commit 609736de64

View File

@@ -1,6 +1,7 @@
name: Pre-Release - Publish VSCode Extensions
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * 2,4,6"