mirror of
https://github.com/creating2morrow/neveko.git
synced 2024-12-22 11:39:22 +00:00
ignore assets on workflow
This commit is contained in:
parent
e5bcc0a3c7
commit
63d4044244
3 changed files with 3 additions and 0 deletions
1
.github/workflows/audit.yml
vendored
1
.github/workflows/audit.yml
vendored
|
@ -3,6 +3,7 @@ name: cargo-audit
|
|||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'assets/**'
|
||||
- 'docs/**'
|
||||
- 'scripts/**'
|
||||
- 'README.md'
|
||||
|
|
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -3,6 +3,7 @@ name: cargo-build-release
|
|||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'assets/**'
|
||||
- 'docs/**'
|
||||
- 'scripts/**'
|
||||
- 'README.md'
|
||||
|
|
1
.github/workflows/rust.yml
vendored
1
.github/workflows/rust.yml
vendored
|
@ -3,6 +3,7 @@ name: cargo-build
|
|||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'assets/**'
|
||||
- 'docs/**'
|
||||
- 'scripts/**'
|
||||
- 'README.md'
|
||||
|
|
Loading…
Reference in a new issue