bonfire-app/.gitpod.yml
2022-08-03 10:13:13 +00:00

19 lines
556 B
YAML

image:
file: .gitpod.Dockerfile
tasks:
- name: Setup
init: just setup
command: just dev
github:
prebuilds:
# enable for the default branch (defaults to true)
master: true
# enable for all branches in this repo (defaults to false)
branches: false
# enable for pull requests coming from this repo (defaults to true)
pullRequests: false
# add a check to pull requests (defaults to true)
addCheck: true
# add a "Review in Gitpod" button as a comment to pull requests (defaults to false)
addComment: false