mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 16:41:01 -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:
|
||||
paths:
|
||||
- 'Cargo.lock'
|
||||
- '**/assets/**'
|
||||
- '**/codegen/**'
|
||||
- '**/verify/**'
|
||||
- '**/*codegen.rs'
|
||||
|
@ -11,6 +12,7 @@ on:
|
|||
- master
|
||||
paths:
|
||||
- 'Cargo.lock'
|
||||
- '**/assets/**'
|
||||
- '**/codegen/**'
|
||||
- '**/verify/**'
|
||||
- '**/*codegen.rs'
|
||||
|
|
Loading…
Reference in a new issue