fix: CI workflow does not start when changes are made to src
Some checks failed
Continuous Integration / Build, lint and test (push) Has been cancelled

+ readme update
This commit is contained in:
Shiroyasha 2025-07-12 17:49:57 +03:00
parent badd43320d
commit c4c622f018
Signed by: shiroyashik
GPG key ID: E4953D3940D7860A
3 changed files with 4 additions and 11 deletions

View file

@ -4,7 +4,7 @@ on:
push:
branches: [ "master" ]
paths:
- src
- src/**
- Cargo*
- Dockerfile
# this file
@ -12,7 +12,7 @@ on:
pull_request:
branches: [ "master" ]
paths:
- src
- src/**
- Cargo*
- Dockerfile
# this file