Skip to content

Commit 2ebea44

Browse files
authored
fix: main-master sync action (#2481)
1 parent dd3320e commit 2ebea44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ jobs:
200200
if: |
201201
github.event.action != 'closed' &&
202202
(github.event.action != 'labeled' || github.event.label.name == 'deploy-pr-doc') &&
203+
(startsWith(github.head_ref, 'main') || github.event.action == 'ready_for_review' || !github.event.pull_request.draft)
203204
uses: ./.github/workflows/examples.yml
204205
needs: pick_server_suffix
205206
with:

0 commit comments

Comments
 (0)