Skip to content

Commit

Permalink
fix(demo): Remove check to deploy demo only on semver update (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elias Meire authored Jul 1, 2019
1 parent 1efb07f commit 9125bf8
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 @@ jobs:
script: npm run format:check
- stage: release
name: 'Publish demo to Github Pages'
if: branch = master AND commit_message =~ /(feat|fix|BREAKING CHANGE)/
if: branch = master
script: skip
deploy:
provider: pages
Expand Down

0 comments on commit 9125bf8

Please sign in to comment.