Skip to content

Commit 884c9b9

Browse files
committed
build: ensure that it picks up on dev changes as well
1 parent 4576789 commit 884c9b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/sync_fork.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,7 @@ jobs:
2424
git checkout main
2525
git merge upstream/main
2626
git push origin main
27+
28+
git checkout dev
29+
git merge upstream/dev
30+
git push origin dev

0 commit comments

Comments
 (0)