Skip to content

Commit 000dbc6

Browse files
lhuiLinkinStars
authored andcommitted
feat: add main branch to github workflow action sync info
1 parent 23e313b commit 000dbc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sync-info.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
name: Sync info
1919
on:
2020
pull_request:
21-
branches: [dev]
21+
branches: [dev, main]
2222
push:
23-
branches: [dev]
23+
branches: [dev, main]
2424

2525
jobs:
2626
build:

0 commit comments

Comments
 (0)