From 75c2a6f9f6bce89887002ed826008e1c71651a6c Mon Sep 17 00:00:00 2001 From: ThinkChaos Date: Tue, 2 Apr 2024 12:24:45 -0400 Subject: [PATCH] ci(makefile): use `push: paths:` to limit job runs --- .github/workflows/makefile.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 9b64a62c..6abd57b6 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -2,6 +2,13 @@ name: Makefile on: push: + paths: + - .github/workflows/** + - Dockerfile + - Makefile + - '**.go' + - 'go.*' + - 'helpertest/data/**' pull_request: permissions: