We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 924f965 commit b6bd284Copy full SHA for b6bd284
.travis.yml
@@ -1,5 +1,6 @@
1
sudo: required
2
dist: trusty
3
+if: tag IS present
4
5
language: c
6
appveyor.yml
@@ -19,5 +19,7 @@ build: off
19
version: '{build}'
20
shallow_clone: true
21
clone_depth: 1
22
+on:
23
+ appveyor_repo_tag: true
24
test_script:
-- yarn run publish
25
+- yarn run publish
0 commit comments