From 798b1e103931a1be5b9f76855e18c47bf4bb2633 Mon Sep 17 00:00:00 2001 From: jollygrin Date: Sat, 30 Mar 2024 04:37:32 +0100 Subject: [PATCH] only trigger server update when gameserver changes --- .github/workflows/fly.yaml | 2 ++ 1 file changed, 2 insertions(+) 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: