Skip to content

Commit

Permalink
run npm step only on tag starting with v (#1255)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmarkus authored Apr 16, 2020
1 parent 783a904 commit daecc0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
name: 'Publish to NPM'
# run only when merging from release-v branch to master
# if: repo = SAP/luigi AND (branch = master OR branch ~= ^release-v)
if: repo = SAP/luigi AND branch = master
if: repo = SAP/luigi AND tag ~= ^v
script:
- bash ./scripts/npmPublish.sh
before_cache:
Expand Down

0 comments on commit daecc0b

Please sign in to comment.