Skip to content

Commit

Permalink
ci: fix branches
Browse files Browse the repository at this point in the history
  • Loading branch information
yktoo committed Jun 19, 2020
1 parent a377f51 commit 01c6016
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ deploy:
skip_cleanup: true
script: snapcraft snap --destructive-mode
on:
branch: develop
all_branches: true

# Publish dev branch builds to the edge channel
- provider: snap
snap: ymuse_*.snap
channel: edge
skip_cleanup: true
on:
all_branches: true
branch: develop

# Publish master branch builds to the stable channel
- provider: snap
Expand Down

0 comments on commit 01c6016

Please sign in to comment.