Skip to content

Commit

Permalink
CI: Run only for master branch, tags and PRs
Browse files Browse the repository at this point in the history
This takes pressure from the CI system by not running twice for dependabot PRs
  • Loading branch information
Turbo87 committed Nov 23, 2018
1 parent d33cda5 commit 948682b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ node_js:
sudo: false
dist: trusty

branches:
only:
- master
# npm version tags
- /^v\d+\.\d+\.\d+/

addons:
chrome: stable

Expand Down
2 changes: 0 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ environment:
branches:
only:
- master
- beta
- release

# Install scripts. (runs after repo cloning)
install:
Expand Down

0 comments on commit 948682b

Please sign in to comment.