From ec5c0362e3b153e0688b64ebe0b3f9d8cf610700 Mon Sep 17 00:00:00 2001 From: thatmattlove Date: Sun, 3 Mar 2024 00:20:46 -0500 Subject: [PATCH] only run backend actions when project files change --- .github/workflows/backend.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 1f6f48c..7714707 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -1,7 +1,9 @@ name: Backend Testing on: - - push - - pull_request + push: + paths: + - hyperglass/** + pull_request: jobs: backend: