mirror of
https://gitverse.ru/ot/DownOnSpot
synced 2025-12-20 10:24:16 +00:00
Only run workflow when pushed changes in src directory
This commit is contained in:
parent
9779b4af6b
commit
a9c3f40aa4
1 changed files with 2 additions and 3 deletions
5
.github/workflows/rust.yml
vendored
5
.github/workflows/rust.yml
vendored
|
|
@ -1,9 +1,8 @@
|
|||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'src/**'
|
||||
branches: [ main ]
|
||||
paths-ignore:
|
||||
- '**/README.md'
|
||||
- '**/rust.yml'
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue