Skip to content

Commit

Permalink
Restrict backend CI to backend directory
Browse files Browse the repository at this point in the history
  • Loading branch information
eternaltyro committed Apr 17, 2024
1 parent a736b3b commit cea5212
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/backend_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ on:
branches:
- master
- fix/build
paths:
- 'backend/**'
pull_request:
branches:
- master
paths:
- 'backend/**'

jobs:
Build_on_ubuntu:
Expand Down

0 comments on commit cea5212

Please sign in to comment.