mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Don't run CI on master branch
This commit is contained in:
@@ -2,7 +2,6 @@ branches:
|
|||||||
only:
|
only:
|
||||||
- staging
|
- staging
|
||||||
- trying
|
- trying
|
||||||
- master
|
|
||||||
- /post-.*/
|
- /post-.*/
|
||||||
|
|
||||||
build: false
|
build: false
|
||||||
|
|||||||
@@ -6,8 +6,6 @@ branches:
|
|||||||
- staging
|
- staging
|
||||||
# This is where pull requests from "bors try" are built.
|
# This is where pull requests from "bors try" are built.
|
||||||
- trying
|
- trying
|
||||||
# Build pull requests.
|
|
||||||
- master
|
|
||||||
# Build post braches
|
# Build post braches
|
||||||
- /^post-.*$/
|
- /^post-.*$/
|
||||||
|
|
||||||
|
|||||||
@@ -8,8 +8,6 @@ trigger:
|
|||||||
- staging
|
- staging
|
||||||
# This is where pull requests from "bors try" are built.
|
# This is where pull requests from "bors try" are built.
|
||||||
- trying
|
- trying
|
||||||
# Build pull requests.
|
|
||||||
- master
|
|
||||||
# Build post braches
|
# Build post braches
|
||||||
- post-*
|
- post-*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user