From 866115db99d1235c3fb439e0a945eb91c7648067 Mon Sep 17 00:00:00 2001 From: CarmJos Date: Fri, 25 Mar 2022 00:44:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9E=84=E5=BB=BA=E8=A7=A6?= =?UTF-8?q?=E5=8F=91=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/maven.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index a41283e..9011a58 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -6,14 +6,8 @@ name: Project Build & Tests on: # 支持手动触发构建 workflow_dispatch: - push: - paths-ignore: - - .documentation - - README.md pull_request: - paths-ignore: - - .documentation - - README.md + push: jobs: build: