Skip to content

Commit d0a6b00

Browse files
author
coli-geonwoo
committed
chore: 스크립트 수정
1 parent 8c92d12 commit d0a6b00

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: .github/workflows/backend-cd-prod-infra.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ on:
44
push:
55
branches:
66
- hotfix/infra
7-
paths:
8-
- backend/**
7+
# paths:
8+
# - backend/**
99

1010
env:
1111
DOCKERHUB_REPOSITORY: ody-official
1212

1313
jobs:
1414
build-and-push:
1515
runs-on: ubuntu-latest
16-
# defaults:
17-
# run:
18-
# working-directory: backend
16+
defaults:
17+
run:
18+
working-directory: backend
1919
steps:
2020
- uses: actions/checkout@v4
2121

0 commit comments

Comments
 (0)