From 85f5c885e98499579a40eb1720356ba8b3a1dddf Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Tue, 13 Feb 2024 20:00:59 -0800 Subject: [PATCH] Run only on relevant commits --- .gitea/workflows/deploy-to-fighter.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy-to-fighter.yml b/.gitea/workflows/deploy-to-fighter.yml index 3dcb3ab..928ca97 100644 --- a/.gitea/workflows/deploy-to-fighter.yml +++ b/.gitea/workflows/deploy-to-fighter.yml @@ -1,6 +1,9 @@ name: Deploy to Fighter run-name: ${{ gitea.actor }} deploying -on: [push] +on: + push: + paths: + - 'fighter/' jobs: Deploy-to-Fighter: