From 7d2395e9b015ae642b76f6f2a71fdfe23804427f Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Tue, 13 Feb 2024 20:03:55 -0800 Subject: [PATCH] Update path matching syntax --- homelab/.gitea/workflows/deploy-to-fighter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homelab/.gitea/workflows/deploy-to-fighter.yml b/homelab/.gitea/workflows/deploy-to-fighter.yml index 928ca97c..e2e1abcb 100644 --- a/homelab/.gitea/workflows/deploy-to-fighter.yml +++ b/homelab/.gitea/workflows/deploy-to-fighter.yml @@ -3,7 +3,7 @@ run-name: ${{ gitea.actor }} deploying on: push: paths: - - 'fighter/' + - 'fighter/**' jobs: Deploy-to-Fighter: