Skip to content

Commit 5ac0558

Browse files
committed
Update upstream branch reference to 'master'
Changed the upstream branch from 'main' to 'master' in the sync-upstream workflow configuration. This ensures compatibility with the actual branch naming used in the upstream repository.
1 parent 11ed6b6 commit 5ac0558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-upstream.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616

1717
env:
1818
UPSTREAM_REPO: schrodinger/pymol-open-source
19-
UPSTREAM_BRANCH: main # change to 'main' if upstream uses main
19+
UPSTREAM_BRANCH: master # change to 'main' if upstream uses main
2020
UNSTABLE_BRANCH: unstable # branch where upstream changes are merged
2121
PRODUCTION_BRANCH: production # stable branch for PyPI releases
2222
PR_BRANCH_PREFIX: sync/upstream-

0 commit comments

Comments
 (0)