Only run workflow when pushed changes in src directory

This commit is contained in:
oSumAtrIX 2021-10-13 17:47:11 +02:00 committed by GitHub
parent 9779b4af6b
commit a9c3f40aa4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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