Skip to content

Commit 5a20ccb

Browse files
committed
updating verify_generated_files workflow
1 parent 761af2d commit 5a20ccb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/verify_generated_files.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@ on:
77
- '**.go'
88
- '**go.mod'
99
- '**go.sum'
10+
- 'config/**'
1011
tags-ignore:
1112
- 'v*'
1213
pull_request:
1314
paths:
1415
- '**.go'
1516
- '**go.mod'
1617
- '**go.sum'
18+
- 'config/**'
1719
jobs:
1820
verify-imports:
1921
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)