Skip to content

Commit

Permalink
Only trigger branch builds on master and release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
smashwilson committed Apr 18, 2017
1 parent 858876b commit a994c29
Showing 3 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
git:
depth: 10

branches:
only:
- master
- /^[0-9.]+-releases$/

matrix:
include:
- os: linux
5 changes: 5 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -6,6 +6,11 @@ skip_tags: true
clone_folder: c:\projects\atom
clone_depth: 10

branches:
only:
- master
- /^[0-9.]+-releases$/

platform:
- x64
- x86
4 changes: 4 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -8,6 +8,10 @@ machine:
version: 7.3

general:
branches:
only:
- master
- /^[0-9.]+-releases$/
artifacts:
- out/atom-mac.zip
- out/atom-mac-symbols.zip

0 comments on commit a994c29

Please sign in to comment.