Skip to content

Commit

Permalink
CI: Ignore frontend changes in game server workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
iErcann committed Jan 25, 2025
1 parent 312170b commit 139e2e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Game Server
on:
push:
branches: [main]
paths-ignore:
- 'front/**'

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 139e2e4

Please sign in to comment.