This website works better with JavaScript
Home
Explore
Help
Sign In
mirrors
/
wikijs
mirror of
https://github.com/Requarks/wiki.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
fix: disable GH Actions build
[ci skip]
Nicolas Giard
5 years ago
parent
10e19700e5
commit
a8e264cded
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
.github/workflows/dockerimage.yml
+ 1
- 1
.github/workflows/dockerimage.yml
View File
@@ -3,7 +3,7 @@ name: Docker Image CI
on:
push:
branches:
- - master
+ - master
2
jobs: