Remove unhelpful/problematic term in circleci.yml (#2212)

The word was redundant with the sentence where it is used.

Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
pull/2217/head
Julien Pivotto 5 years ago committed by GitHub
parent 268b7a3d03
commit 4f034422b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .circleci/config.yml

@ -12,7 +12,7 @@ version: 2
<<: *tags
.no-master:
&no-master # contrary to tags, the branches must be excluded (blacklist)
&no-master # contrary to tags, the branches must be excluded
branches: { ignore: master }
workflows:

Loading…
Cancel
Save