Skip to content

Commit 36a17ea

Browse files
committed
Remove conditional check for workflow_dispatch in PR generation step
1 parent 0c5228c commit 36a17ea

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/struct-generate.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ jobs:
116116
fi
117117
118118
- name: Generate PR with changes
119-
if: github.event_name == 'workflow_dispatch'
120119
uses: peter-evans/create-pull-request@v7
121120
with:
122121
token: ${{ secrets.token }}

0 commit comments

Comments
 (0)