ignoring README.md and the scripts folder in the CI

This commit is contained in:
Cloudyy 2024-01-24 19:04:35 -03:00
parent 804e00a6db
commit 6cd1d047c1
Signed by: cloudyy
GPG key ID: 035104A645BAEADD

View file

@ -6,6 +6,8 @@ pipeline:
- /home/cloudyy/.bun/bin/bun astro check
when:
event: ['push', 'pull_request']
path:
exclude: ['README.md', 'scripts/*']
build:
image: fish
commands:
@ -15,3 +17,5 @@ pipeline:
when:
branch: main
event: ['push']
path:
exclude: ['README.md', 'scripts/*']