Skip to content

Commit

Permalink
fix: 백엔드 트리거 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
urinaner committed Nov 22, 2024
1 parent 1ac4e0c commit a0a9fa7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ name: Backend CI/CD using GitHub Actions & Docker
on:
push:
branches: [ "production" ]
paths:
- 'backend/**'
pull_request:
branches: [ "production" ]
paths:
- 'backend/**'

jobs:
build:
Expand Down

0 comments on commit a0a9fa7

Please sign in to comment.