Skip to content

Commit ed6c290

Browse files
committed
Auto-merge updates from auto-update branch
2 parents 445a94a + cbfdc61 commit ed6c290

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/auto-update.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
git fetch
3030
git merge origin/auto-update -m "Auto-merge updates from auto-update branch"
3131
32-
- name: Push Changes to Main
32+
- name: Push Changes to Main and auto-update
3333
run: |
3434
git push origin main
35+
git push origin auto-update

0 commit comments

Comments
 (0)