This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
wiki
/
weseek__growi
mirror da
https://github.com/weseek/growi
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
ignore tmp/** when CI
Yuki Takei
6 anni fa
parent
5a6d4f2a80
commit
18e3a04ef8
1 ha cambiato i file
con
1 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
0
.github/workflows/ci.yml
+ 1
- 0
.github/workflows/ci.yml
Vedi File
@@ -4,6 +4,7 @@ on:
push:
branches-ignore:
- release/**
+ - tmp/**
tags-ignore:
- v*.*.*