This website works better with JavaScript
Home
Explore
Help
Sign In
wiki
/
weseek__growi
mirror of
https://github.com/weseek/growi
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
ignore tmp/** when CI
Yuki Takei
6 years ago
parent
5a6d4f2a80
commit
18e3a04ef8
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
.github/workflows/ci.yml
+ 1
- 0
.github/workflows/ci.yml
View File
@@ -4,6 +4,7 @@ on:
push:
branches-ignore:
- release/**
+ - tmp/**
tags-ignore:
- v*.*.*