fix: don't run CI on site/.md change

This commit is contained in:
veeso
2023-07-06 11:07:22 +02:00
parent a071f3d420
commit e5ca956897
5 changed files with 39 additions and 5 deletions

View File

@@ -1,6 +1,14 @@
name: Linux
on: [push, pull_request]
on:
pull_request:
paths-ignore:
- "*.md"
- "./site/**/*"
push:
paths-ignore:
- "*.md"
- "./site/**/*"
env:
CARGO_TERM_COLOR: always