Skip to content

Commit

Permalink
fix: ci/cd 디폴트 경로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Arachneee committed Jul 18, 2024
1 parent 4482c85 commit 914878a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/backend-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ on:
paths:
- 'server/**'

defaults:
run:
working-directory: ./server

jobs:
build:

runs-on: ubuntu-latest

defaults:
run:
working-directory: ./server

permissions:
contents: read

Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/backend-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ on:
paths:
- 'server/**'

defaults:
run:
working-directory: ./server

jobs:
build:
runs-on: ubuntu-latest

defaults:
run:
working-directory: ./server

permissions:
contents: read

Expand Down
1 change: 1 addition & 0 deletions server/src/main/java/server/haengdong/domain/CiCd.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
package server.haengdong.domain;

public class CiCd {

}

0 comments on commit 914878a

Please sign in to comment.