Skip to content

Commit

Permalink
Merge branch 'main' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
urinaner authored Nov 22, 2024
2 parents a0a9fa7 + 3bf60b9 commit ffd6919
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ name: Backend CI/CD using GitHub Actions & Docker
# 워크플로우 실행 조건 설정
on:
push:
branches: [ "production" ]
branches: [ "main" ]
paths:
- 'backend/**'
pull_request:
branches: [ "production" ]
branches: [ "main" ]
paths:
- 'backend/**'


jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ffd6919

Please sign in to comment.