Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

Commit 3e81ec9

Browse files
committed
Update GitHub Actions workflow to merge from origin/dev instead of dev
1 parent da776ab commit 3e81ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Push changes to main
6565
run: |
6666
git branch -M main
67-
git merge dev
67+
git merge origin/dev
6868
git push origin main
6969
env:
7070
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)