From afb445bb57c7291a7741c60f8b3116afe5d8634d Mon Sep 17 00:00:00 2001 From: ᴜɴᴋɴᴡᴏɴ Date: Sun, 23 Aug 2020 15:27:54 +0800 Subject: github: only run Actions when Go files are changed (#6275) --- .github/workflows/go.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/workflows/go.yml') diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a0006d6f..35650160 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -3,6 +3,8 @@ on: push: branches: [master] pull_request: + paths: + - '**.go' env: GOPROXY: "https://proxy.golang.org" -- cgit v1.2.3