mirror of
https://gitverse.ru/ot/DownOnSpot
synced 2025-12-20 10:24:16 +00:00
Add subdirectory support
This commit is contained in:
parent
42eec04a92
commit
ab510a656d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
|
@ -2,8 +2,8 @@ on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'README.md'
|
- '**/README.md'
|
||||||
- 'rust.yml'
|
- '**/rust.yml'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue