bonfire-app/.gitpod.yml
Mayel de Borniol 6ba990cae0 gitpod
2022-08-01 16:51:27 +12: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