ci: skip ci build on certain paths

This commit is contained in:
Aarnav Tale 2025-04-05 12:07:31 -04:00
parent 524c5eb639
commit 5adcb8c582
No known key found for this signature in database

View File

@ -1,6 +1,12 @@
name: Build
on:
push:
paths-ignore:
- ".zed/**"
- "assets/**"
- "docs/**"
- "CHANGELOG.md"
- "README.md"
branches:
- "main"
- "next"