Skip to content

Commit a4221c1

Browse files
committed
Fix setup of generator ref for pushes to main
1 parent d18105d commit a4221c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Setup Ref (Push)
24-
if: github.event_name == 'pull_request'
24+
if: github.event_name == 'push'
2525
run: |
2626
echo "REF=main" >> $GITHUB_ENV
2727

0 commit comments

Comments
 (0)