Skip to content

Commit

Permalink
chore: dev ci/cd 스크립트 브랜치 설정 오류 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ogu1208 committed Sep 30, 2024
1 parent c30a674 commit a13826b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-aws-CI-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: dev - CI/CD to Amazon ECS

on:
push:
branches: [ "develop" ]
branches: [ "dev" ]
pull_request:
branches: [ "develop" ]
branches: [ "dev" ]

permissions:
contents: read
Expand Down

0 comments on commit a13826b

Please sign in to comment.