mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-25 18:41:05 -05:00
fix: Run codegen checks on asset changes
This commit is contained in:
parent
f911740ec8
commit
7db9dfcd6d
1 changed files with 2 additions and 0 deletions
2
.github/workflows/codegen.yml
vendored
2
.github/workflows/codegen.yml
vendored
|
@ -3,6 +3,7 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- 'Cargo.lock'
|
- 'Cargo.lock'
|
||||||
|
- '**/assets/**'
|
||||||
- '**/codegen/**'
|
- '**/codegen/**'
|
||||||
- '**/verify/**'
|
- '**/verify/**'
|
||||||
- '**/*codegen.rs'
|
- '**/*codegen.rs'
|
||||||
|
@ -11,6 +12,7 @@ on:
|
||||||
- master
|
- master
|
||||||
paths:
|
paths:
|
||||||
- 'Cargo.lock'
|
- 'Cargo.lock'
|
||||||
|
- '**/assets/**'
|
||||||
- '**/codegen/**'
|
- '**/codegen/**'
|
||||||
- '**/verify/**'
|
- '**/verify/**'
|
||||||
- '**/*codegen.rs'
|
- '**/*codegen.rs'
|
||||||
|
|
Loading…
Reference in a new issue