Skip to content

Commit 950a851

Browse files
committed
Correct file trigger on pr-generator.yml
1 parent 42058f2 commit 950a851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-generator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
paths:
66
- 'Generator/*.*'
77
- 'Types/**/*.g.cs'
8-
- '.github/workflows/generate-types-pr.yml'
8+
- '.github/workflows/pr-generator.yml'
99

1010
jobs:
1111
generate-and-commit:

0 commit comments

Comments
 (0)