Skip to content

Commit

Permalink
Update backend-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kssumin authored Nov 12, 2023
1 parent c158194 commit 0d3a939
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/backend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ name: Backend CI
on:
push:
branches: [ "main" ]
paths : 'be/**'
paths : 'BE/**'
pull_request:
branches: [ "main" ]
paths : 'be/**'
paths : 'BE/**'

defaults:
run:
working-directory: be/eeos
working-directory: BE/eeos

jobs:
build:
Expand Down

0 comments on commit 0d3a939

Please sign in to comment.