Skip to content

Commit 4b73007

Browse files
committed
tell CircleCI to ignore the branches that we know are old and busted
1 parent d5f5203 commit 4b73007

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

circle.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
general:
2+
branches:
3+
ignore:
4+
- ggmaster
5+
- hots
6+
- jonomon
7+
- master
8+
- old_master
19
test:
210
override:
311
- python -m unittest discover test_replays

0 commit comments

Comments
 (0)