Run only on relevant commits

This commit is contained in:
Joey Hafner 2024-02-13 20:00:59 -08:00
parent d717f57f20
commit 87e68ac08e

View File

@ -1,6 +1,9 @@
name: Deploy to Fighter
run-name: ${{ gitea.actor }} deploying
on: [push]
on:
push:
paths:
- 'fighter/'
jobs:
Deploy-to-Fighter: