From ec5dbeda2bd3b9feecc8ce50d9504d1d8ef56d87 Mon Sep 17 00:00:00 2001 From: yutou <583819556@qq.com> Date: Tue, 25 Apr 2023 18:11:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.gitea/workflows/build.ya?= =?UTF-8?q?ml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 5e67d17..74c2f04 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -2,27 +2,7 @@ name: buildDemo run-name: ${{ github.actor }} is testing out Gitea Actions 🚀 on: push: - branches: - - master - paths-ignore: - - '.gitea/**' - - '.idea/**' - - '.gitattributes' - - '.gitignore' - - '.gitmodules' - - '**.md' - - 'LICENSE' - - 'NOTICE' - pull_request: - paths-ignore: - - '.gitea/**' - - '.idea/**' - - '.gitattributes' - - '.gitignore' - - '.gitmodules' - - '**.md' - - 'LICENSE' - - 'NOTICE' + jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest