From 13e9e2bf1c1d0d860738657c2e31fe59bc1ca8d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=9B=E6=B0=B4=E5=B1=85=E5=AE=A4?= Date: Mon, 12 Sep 2022 16:39:44 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20=E4=BB=85=E5=9C=A8=E6=8E=A8?= =?UTF-8?q?=E9=80=81=E6=96=87=E4=BB=B6=E5=88=B0=20`main`=20=E5=88=86?= =?UTF-8?q?=E6=94=AF=E6=97=B6=E8=BF=90=E8=A1=8CCI=E5=88=86=E6=94=AF?= =?UTF-8?q?=E5=B9=B6=E4=B8=94=E6=B7=BB=E5=8A=A0=E5=8C=85=E5=90=AB=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=E4=BB=85=E9=99=90=E4=BA=8E=E5=8D=95=E5=85=83=E6=B5=8B?= =?UTF-8?q?=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5669f0f..f864291 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,11 +1,16 @@ name: Test on: - pull_request: + push: branches: - - 'test' - - 'test/**' - - 'wiki/**' + - main + paths: + - '.github/workflows/**' + - 'tests/**' + pull_request: + types: [ opened, synchronize ] + paths: + - 'tests/**' jobs: pytest: