Skip to content

Commit 79338b8

Browse files
committed
chore(showcase): adjust condition to execute build
1 parent 35db6e9 commit 79338b8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ jobs:
3434
skip_cleanup: true
3535
github_token: $GH_TOKEN
3636
local_dir: dist/ng-sortgrid-demo
37-
on:
38-
branch: master
37+
if: branch = master
3938
- stage: build & publish lib
4039
script:
4140
- npm run build:lib

0 commit comments

Comments
 (0)