This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
wiki
/
weseek__growi
mirror de
https://github.com/weseek/growi
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Ver Fonte
ignore tmp/** when CI
Yuki Takei
há 6 anos atrás
pai
5a6d4f2a80
commit
18e3a04ef8
1 ficheiros alterados
com
1 adições
e
0 exclusões
Visão Dividida
Mostrar Estatísticas Diff
1
0
.github/workflows/ci.yml
+ 1
- 0
.github/workflows/ci.yml
Ver Ficheiro
@@ -4,6 +4,7 @@ on:
push:
branches-ignore:
- release/**
+ - tmp/**
tags-ignore:
- v*.*.*