Skip to content

Commit

Permalink
Travis: Add both release and staging branches to deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikekson committed Jun 21, 2020
1 parent f64fdff commit ab46a9f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ deploy:
file: "build/artifacts/*"
skip_cleanup: true
on:
branch: "release"
branch:
- "release"
- "staging"
tags: true

0 comments on commit ab46a9f

Please sign in to comment.