Skip to content

Commit

Permalink
Run the server workflow only when the server directory has changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexITC committed Oct 30, 2021
1 parent 15eb864 commit 2f6bf9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ name: Build the server app
on:
push:
branches: [ develop, master ]
paths: ['server/**']
pull_request:
branches: [ develop, master ]
paths: ['server/**']

jobs:
build:
Expand Down

0 comments on commit 2f6bf9e

Please sign in to comment.