Skip to content

Commit 948682b

Browse files
committed
CI: Run only for master branch, tags and PRs
This takes pressure from the CI system by not running twice for dependabot PRs
1 parent d33cda5 commit 948682b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ node_js:
88
sudo: false
99
dist: trusty
1010

11+
branches:
12+
only:
13+
- master
14+
# npm version tags
15+
- /^v\d+\.\d+\.\d+/
16+
1117
addons:
1218
chrome: stable
1319

appveyor.yml

-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ environment:
99
branches:
1010
only:
1111
- master
12-
- beta
13-
- release
1412

1513
# Install scripts. (runs after repo cloning)
1614
install:

0 commit comments

Comments
 (0)