Skip to content

Commit

Permalink
.github/workflows: disable server build on client pull request
Browse files Browse the repository at this point in the history
Signed-off-by: Quentin Guidée <[email protected]>
  • Loading branch information
quentinguidee committed Mar 4, 2024
1 parent c14b72d commit ef0de83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Server

on:
pull_request:
paths:
- '.github/workflows/server.yml'
- 'server/**'
push:
branches:
- main
Expand Down

0 comments on commit ef0de83

Please sign in to comment.