From 824a16d661feb7b43d6030360f6e4db4999e0783 Mon Sep 17 00:00:00 2001 From: CWorld Date: Tue, 2 Apr 2024 10:49:27 +0800 Subject: [PATCH] ci(gh-actions): :rocket: only update src can it run to generate new binary files --- .github/workflows/go.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index c7719bb..99c0589 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -6,8 +6,12 @@ name: Go on: push: branches: [ "refactor/bot" ] + paths: + - 'src/**' pull_request: branches: [ "refactor/bot" ] + paths: + - 'src/**' jobs: