Dont run CI on README changes

This commit is contained in:
Igor Katson 2024-08-26 14:19:39 +01:00
parent e5e35e499f
commit 2c99a2459a
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5

View file

@ -3,8 +3,12 @@ name: Run tests
on:
push:
branches: [main, dev]
paths-ignore:
- "README.md"
pull_request:
branches: [main]
paths-ignore:
- "README.md"
env:
CARGO_TERM_COLOR: always