diff --git a/homelab/.gitea/workflows/deploy-to-fighter.yml b/homelab/.gitea/workflows/deploy-to-fighter.yml index 3dcb3abe..928ca97c 100644 --- a/homelab/.gitea/workflows/deploy-to-fighter.yml +++ b/homelab/.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: