ci: skip ci build on certain paths
This commit is contained in:
parent
524c5eb639
commit
5adcb8c582
1 changed files with 6 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue