Skip to content

Commit 914f1eb

Browse files
committed
fix: generator workflow tracks own changes
1 parent c607721 commit 914f1eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/generator.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
paths:
55
- generator
6+
- .github/workflows/generator.yml
67
workflow_dispatch:
78
inputs:
89
debug_mode:
@@ -56,4 +57,4 @@ jobs:
5657
prerelease: true
5758
overwrite_files: 'true'
5859
files: |
59-
artifacts/generator
60+
artifacts/generator

0 commit comments

Comments
 (0)