From dcc50e42af16401e86bc58049bc092113c688c49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=81=E7=AB=AD=E5=8A=9B?= Date: Wed, 15 Feb 2023 19:45:53 +0800 Subject: [PATCH] Update pushtojerry.yml --- .github/workflows/pushtojerry.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pushtojerry.yml b/.github/workflows/pushtojerry.yml index 51a14c5..0d7a74d 100644 --- a/.github/workflows/pushtojerry.yml +++ b/.github/workflows/pushtojerry.yml @@ -2,9 +2,9 @@ name: build documentation and publish on: push: - branches: [ api_v2 ] + branches: [ main ] pull_request: - branches: [ api_v2 ] + branches: [ main ] jobs: build: