Fork of daniellemaywood.uk/gleam — Wasm codegen work
2

Configure Feed

Select the types of activity you want to include in your feed.

Disable prebuilds

+4 -4
+4 -4
.gitpod.yml
··· 9 9 # See: https://www.gitpod.io/docs/prebuilds/#configure-the-github-app 10 10 github: 11 11 prebuilds: 12 - master: true 13 - pullRequests: true 14 - pullRequestsFromForks: true 15 - addCheck: true 12 + master: false 13 + pullRequests: false 14 + pullRequestsFromForks: false 15 + addCheck: false