mirror of
https://github.com/creating2morrow/neveko.git
synced 2024-12-22 11:39:22 +00:00
ignore docs and scripts on workflow
This commit is contained in:
parent
e7ebb9a0fb
commit
1fd81ea71e
1 changed files with 4 additions and 0 deletions
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
@ -2,6 +2,10 @@ name: Rust
|
|||
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- 'scripts/**'
|
||||
- 'README.md'
|
||||
branches: [ "main" ]
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
|
|
Loading…
Reference in a new issue