Skip to content

Commit

Permalink
Merge 9d54c0a into 889cad5
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Oct 16, 2019
2 parents 889cad5 + 9d54c0a commit 1fb8f36
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Expand Up @@ -120,4 +120,5 @@ workflows:
- master
- develop
#- /^feature.*/
- /^fix.*/
- /^circleci.*/
1 change: 1 addition & 0 deletions .drone.yml
Expand Up @@ -6,6 +6,7 @@ trigger:
- master
- develop
- feature/*
- fix/*
- drone/*

steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Expand Up @@ -5,6 +5,7 @@ on:
- master
- develop
- 'feature/**'
- 'fix/**'
- 'gh/**'
- 'github/**'
- 'githubactions/**'
Expand Down
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -11,7 +11,9 @@ branches:
- master
- develop
- /feature.*/
- /fix.*/
- /travisci.*/
- /travis-ci.*/

addons:
apt: &apt-global
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Expand Up @@ -90,6 +90,7 @@ branches:
- master
- develop
- /feature.*/
- /fix.*/
- /appveyor.*/

# Do not build feature branch with open Pull Requests
Expand Down
1 change: 1 addition & 0 deletions shippable.yml
Expand Up @@ -11,6 +11,7 @@ branches:
- master
- develop
- feature/*
- fix/*
- shippable/*

build:
Expand Down

0 comments on commit 1fb8f36

Please sign in to comment.