diff --git a/.github/workflows/fly.yaml b/.github/workflows/fly.yaml index 9a270f5..7dd48f8 100644 --- a/.github/workflows/fly.yaml +++ b/.github/workflows/fly.yaml @@ -4,6 +4,8 @@ on: # Runs on pushes targeting the default branch push: branches: ["main"] + paths: + - "gameserver/**" # only trigger when gameserver files change # Allows you to run this workflow manually from the Actions tab workflow_dispatch: