Skip to content

Commit

Permalink
Build on tagged branches
Browse files Browse the repository at this point in the history
  • Loading branch information
fordnox committed Nov 1, 2020
1 parent 1a8a835 commit 6c08748
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -20,7 +20,7 @@ deploy:
name: ${TRAVIS_TAG}
skip_cleanup: true
on:
tags: false
tags: true
all_branches: true

notifications:
Expand All @@ -30,3 +30,4 @@ notifications:
branches:
only:
- master
- /^v.*$/

2 comments on commit 6c08748

@timothygwebb
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fordnox @bmv Just for my clarity and understanding why is there two links to the same version minus this commit?

4.22...v4.22

https://github.com/boxbilling/boxbilling/releases/tag/v4.22

https://github.com/boxbilling/boxbilling/releases/tag/4.22

One build has the BoxBilling.zip and the other does not.

@fordnox
Copy link
Contributor Author

@fordnox fordnox commented on 6c08748 Nov 2, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cleared old one

Please sign in to comment.