Skip to content

Commit 2208081

Browse files
committed
chore: adjust workflow to sync develop with main
1 parent b88510a commit 2208081

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/sync-develop.yml renamed to .github/workflows/sync-main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: "Sync develop branch"
1+
name: "Sync main branch"
22

33
on:
44
push:
55
branches:
6-
- main
6+
- develop
77

88
jobs:
99
test:
@@ -16,5 +16,5 @@ jobs:
1616
uses: LucasRuy/[email protected]
1717
with:
1818
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
19-
SOURCE_BRANCH: 'main'
20-
DESTINATION_BRANCH: 'develop'
19+
SOURCE_BRANCH: 'develop'
20+
DESTINATION_BRANCH: 'main'

0 commit comments

Comments
 (0)