Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.

Commit b6bd284

Browse files
committed
Build on tags only
1 parent 924f965 commit b6bd284

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
sudo: required
22
dist: trusty
3+
if: tag IS present
34

45
language: c
56

appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,7 @@ build: off
1919
version: '{build}'
2020
shallow_clone: true
2121
clone_depth: 1
22+
on:
23+
appveyor_repo_tag: true
2224
test_script:
23-
- yarn run publish
25+
- yarn run publish

0 commit comments

Comments
 (0)