Skip to content

Commit 5648265

Browse files
committed
Updated GitHub sync workflow
1 parent 0a9a3ed commit 5648265

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/sync_upstream.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ jobs:
3535
git merge upstream/main
3636
git push
3737
38+
echo "Updating fork network-internal branch..."
39+
git checkout network-internal
40+
git merge upstream/main
41+
git push
42+
3843
echo "Updating fork gmt-pinned-versions branch..."
3944
git checkout gmt-pinned-versions
4045
git merge upstream/main

0 commit comments

Comments
 (0)