ci: skip ci build on certain paths
This commit is contained in:
parent
524c5eb639
commit
5adcb8c582
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
@ -1,6 +1,12 @@
|
|||||||
name: Build
|
name: Build
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
paths-ignore:
|
||||||
|
- ".zed/**"
|
||||||
|
- "assets/**"
|
||||||
|
- "docs/**"
|
||||||
|
- "CHANGELOG.md"
|
||||||
|
- "README.md"
|
||||||
branches:
|
branches:
|
||||||
- "main"
|
- "main"
|
||||||
- "next"
|
- "next"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user