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

Configure Feed

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

make sure CHANGELOG doesn't trigger CI

+2
+2
.github/workflows/ci.yaml
··· 1 1 name: ci 2 2 on: 3 3 pull_request: 4 + paths-ignore: 5 + - "CHANGELOG.md" 4 6 push: 5 7 branches: 6 8 - main