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