Skip to content

Commit

Permalink
Merge pull request #7 from K-Hackathon-Fledge/test
Browse files Browse the repository at this point in the history
main 브랜치 push 시 git actions 실행
  • Loading branch information
JuseungL authored Jul 28, 2024
2 parents 9cea012 + 707f5c4 commit 2b3f26a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ name: CI/CD with Git Actions & Docker Hub

# 워크플로우 트리거: 브랜치에 대한 push 이벤트 발생 시 실행
on:
pull_request:
push:
branches:
- main
# pull_request:
# branches:
# - main

jobs:
build:
Expand Down

0 comments on commit 2b3f26a

Please sign in to comment.