Ignore actions on certain files

This commit is contained in:
oSumAtrIX 2021-10-11 09:34:07 +02:00 committed by GitHub
parent a4ad8e2b84
commit 42eec04a92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,9 @@
on: on:
push: push:
branches: [ main ] branches: [ main ]
paths-ignore:
- 'README.md'
- 'rust.yml'
pull_request: pull_request:
branches: [ main ] branches: [ main ]