From 68b93a4008e59d5a2471b95004a0eb19889b9c77 Mon Sep 17 00:00:00 2001 From: neverland Date: Wed, 17 Aug 2022 11:48:19 +0800 Subject: [PATCH] chore: fix CI not work for pull request (#10923) --- .github/workflows/sync-gitee.yml | 2 ++ .github/workflows/test.yml | 11 ++++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sync-gitee.yml b/.github/workflows/sync-gitee.yml index f787bc36f..c84eeec8f 100644 --- a/.github/workflows/sync-gitee.yml +++ b/.github/workflows/sync-gitee.yml @@ -4,6 +4,8 @@ on: push: branches: [dev, 2.x, gh-pages] + workflow_dispatch: + jobs: build: runs-on: ubuntu-latest diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1082a8153..1fe5e5cef 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,15 @@ name: CI -on: [push] +on: + push: + branches: + - '**' + + pull_request: + branches: + - dev + + workflow_dispatch: jobs: lint: