Skip to content

Commit 6c4ef3a

Browse files
authored
fix: Update dist-pr.yml (#186)
Adds push-to-org-branch to correctly identify `dist` as the branch of interest. This ensures that things are fetched in the correct order, avoiding an issue where main and dist don't match.
1 parent 145f9c2 commit 6c4ef3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dist-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,4 @@ jobs:
4242
automated pr
4343
dist-update
4444
draft: false # Or true, if you want to review before enabling auto-merge
45+
push-to-org-branch: 'dist'

0 commit comments

Comments
 (0)