Skip to content

Commit 2da0141

Browse files
authored
Update .gitpod.yml
1 parent a9602bb commit 2da0141

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.gitpod.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,13 @@ ports:
44
tasks:
55
- init: >
66
npm i jest -g;
7-
npm i breathecode-cli -g;
7+
npm i breathecode-cli -g;
8+
9+
github:
10+
prebuilds:
11+
# enable for the master/default branch (defaults to true)
12+
master: true
13+
# enable for pull requests coming from this repo (defaults to true)
14+
pullRequests: false
15+
# add a "Review in Gitpod" button as a comment to pull requests (defaults to true)
16+
addComment: false

0 commit comments

Comments
 (0)