From 05823742e3e1d62b105c4181d4b120e97979de54 Mon Sep 17 00:00:00 2001 From: yutou <583819556@qq.com> Date: Tue, 25 Apr 2023 17:31:09 +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 | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index b0c4de3..4b21e81 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -1,6 +1,28 @@ name: buildDemo run-name: ${{ github.actor }} is testing out Gitea Actions 🚀 -on: [push] +on: + push: + branches: + - main + 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