From 746b094454122e23f7a271fefd3eae679f3cf173 Mon Sep 17 00:00:00 2001 From: "Xinwei Xiong(cubxxw-openim)" <3293172751nss@gmail.com> Date: Fri, 9 Jun 2023 21:11:42 +0800 Subject: [PATCH] feat: sync ropo Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com> --- .github/workflows/sync_docs.yml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.github/workflows/sync_docs.yml b/.github/workflows/sync_docs.yml index f40016f83..27806e16a 100644 --- a/.github/workflows/sync_docs.yml +++ b/.github/workflows/sync_docs.yml @@ -1,15 +1,14 @@ # https://github.com/BetaHuhn/repo-file-sync-action name: Sync Docs on: - push: - branches: - - main - paths: - - ".golangci.yml" - - ".gitingore" - - "LICENSE" - - "workflow/*" - workflow_dispatch: + push: + branches: + - main + pull_request: + branches: + - main + workflow_dispatch: + jobs: sync: runs-on: ubuntu-latest