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: