This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
AI
/
opencode-ide-plugin
mirror da
https://github.com/paviko/opencode-ide-plugin.git
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
ci: allow manual beta workflow trigger so users can release on demand instead of waiting for hourly schedule
Dax Raad
2 mesi fa
parent
571f5b31c9
commit
73c4d3644c
1 ha cambiato i file
con
1 aggiunte
e
0 eliminazioni
Visualizzazione unificata
Mostra Diff Stats
1
0
.github/workflows/beta.yml
+ 1
- 0
.github/workflows/beta.yml
Vedi File
@@ -1,6 +1,7 @@
name: beta
name: beta
on:
on:
+ workflow_dispatch:
schedule:
schedule:
- cron: "0 * * * *"
- cron: "0 * * * *"