mirror of
https://github.com/prymitive/karma
synced 2026-05-15 04:06:41 +00:00
Merge pull request #92 from prymitive/travis-filter
fix(ci): greenkeeper stage should only run for /^greenkeeper.*/ branches
This commit is contained in:
@@ -21,6 +21,10 @@ env:
|
||||
jobs:
|
||||
include:
|
||||
- stage: Greenkeeper
|
||||
# this stage only runs for branches with name starting with "greenkeeper"
|
||||
# it only needs to run as part of a PR send by Greenkeeper bot, it doesn't
|
||||
# do anything for other branches or PRs
|
||||
if: branch =~ /^greenkeeper.*/
|
||||
<<: *DEFAULTS_JS
|
||||
script:
|
||||
- make greenkeeper-lockfile
|
||||
|
||||
Reference in New Issue
Block a user