Skip to content

Commit

Permalink
Merge pull request #177 from playframework/rgc/no-snapshot-publishing
Browse files Browse the repository at this point in the history
Remove snapshot publishing
  • Loading branch information
mergify[bot] authored May 25, 2020
2 parents 69ff332 + 7bf3c8c commit 24de8eb
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 @@ -27,7 +27,7 @@ env:
stages:
- name: Test
- name: Publish
if: ((branch = master AND type = push) OR (tag IS present)) AND NOT fork
if: tag IS present AND NOT fork

jobs:
include:
Expand Down

0 comments on commit 24de8eb

Please sign in to comment.