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: run tests automatically when code is pushed to dev branch
Dax Raad
3 settimane fa
parent
90f39bf672
commit
507f13a30c
1 ha cambiato i file
con
3 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
3
0
.github/workflows/test.yml
+ 3
- 0
.github/workflows/test.yml
Vedi File
@@ -1,6 +1,9 @@
name: test
on:
+ push:
+ branches:
+ - dev
pull_request:
workflow_dispatch:
jobs: