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