Skip to content

Commit

Permalink
only trigger server update when gameserver changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JollyGrin committed Mar 30, 2024
1 parent 49b311e commit 798b1e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/fly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 798b1e1

Please sign in to comment.