Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#51 배포 자동화 #104

Merged
merged 4 commits into from
Aug 1, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update main.yml
  • Loading branch information
seaniiio authored Aug 1, 2024
commit 7cc41a924d17948e272dd4d2a0d4da85f6a4b59f
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -3,6 +3,9 @@ name: dev branch auto ci process script
on: # 아래 job을 실행시킬 상황
push:
branches: [ main ]
pull_request:
branches:
- main

jobs:
deploy: