mirror of
https://gitverse.ru/ot/DownOnSpot
synced 2025-12-20 18:34:17 +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:
|
on:
|
||||||
push:
|
push:
|
||||||
|
paths:
|
||||||
|
- 'src/**'
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
paths-ignore:
|
|
||||||
- '**/README.md'
|
|
||||||
- '**/rust.yml'
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue