Skip to content

Commit e9f2641

Browse files
committed
chore: excluding tags from the build
1 parent 4d68c92 commit e9f2641

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ cache:
2121
- "$HOME/.cache/electron-builder"
2222
before_cache:
2323
- rm -rf $HOME/.cache/electron-builder/wine
24+
branches:
25+
except:
26+
- "/^\\d+\\.\\d+\\.\\d+$/"
2427
install:
2528
- npm install
2629
script: "./test/travis-build.sh"

0 commit comments

Comments
 (0)