Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5061a04

Browse files
skip ci on gh-pages, use cheaper machine
1 parent a7e2d66 commit 5061a04

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
version: 2
22
jobs:
33
build:
4-
resource_class: xlarge
4+
branches:
5+
ignore:
6+
- gh-pages
7+
58
docker:
69
# a packaged system that has the instructions for creating a running container.
710
- image: circleci/ruby:2.3.3

0 commit comments

Comments
 (0)