Don't re-run CircleCI when merged into master
This commit is contained in:
@@ -2,6 +2,9 @@ version: 2
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
branches:
|
||||||
|
ignore:
|
||||||
|
- master
|
||||||
machine: true
|
machine: true
|
||||||
working_directory: ~/repo
|
working_directory: ~/repo
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user