Skip to content

Commit ccd52aa

Browse files
khushalkottaruGui-FernandesBR
authored andcommitted
update branch name in workflow
1 parent 6890d8b commit ccd52aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sync-upstream.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ name: Sync fork with upstream
1010

1111
on:
1212
schedule:
13-
- cron: '0 12 * * *' # 5:00 AM PT daily (runs before Jules scout at 6)
13+
- cron: '0 12 * * *' # 5:00 AM PT daily
1414
workflow_dispatch: # manual trigger from Actions tab
1515

1616
env:
1717
UPSTREAM_REPO: RocketPy-Team/RocketPy # change per fork
18-
BRANCH: main # change if upstream uses 'main'
18+
BRANCH: master # change if upstream uses 'main'
1919

2020
jobs:
2121
sync:

0 commit comments

Comments
 (0)