Skip to content

Commit

Permalink
fix: 프론트 CI/CD 트리거 조건 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
capDoYeonLee committed Nov 1, 2023
1 parent 79a93ea commit d6920c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frontendCICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Node.js CI/CD

on:
push:
branches: [ "develop", "infra" ]
branches: [ "infra" ]
pull_request:
branches: [ "develop", "infra" ]
branches: [ "infra" ]

permissions:
contents: read
Expand Down

0 comments on commit d6920c6

Please sign in to comment.