Skip to content

Commit

Permalink
chore: main 또는 deploy 브랜치에 push하면 워크플로우 실행
Browse files Browse the repository at this point in the history
  • Loading branch information
seohyun-lee committed Aug 19, 2024
1 parent ffd4c9a commit 2138138
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: CI/CD using GitHub Actions & Docker

# main 브랜치에 push하면 워크플로우 실행
# main 또는 deploy 브랜치에 push하면 워크플로우 실행
on:
push:
branches: [ "main" ]
branches: [ "main", "deploy" ]

jobs:
deploy:
Expand Down

0 comments on commit 2138138

Please sign in to comment.