Skip to content

Commit 7370e09

Browse files
committed
Update .gitlab-ci.yml
1 parent 99b96bc commit 7370e09

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ pages:
5555
- sha256sum public/data/data.min.json | awk '{print $1}' > public/data/rules.min.hash
5656
- node build_tools/minifyDataJSON.js "public/data/data.min.json" "public/data/data.minify.json"
5757
- sha256sum public/data/data.minify.json | awk '{print $1}' > public/data/rules.minify.hash
58+
only:
59+
- master
5860
artifacts:
5961
paths:
6062
- public

0 commit comments

Comments
 (0)