Skip to content

Commit

Permalink
chore: dev merge CI/CD preview로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
JitHoon committed Jan 1, 2024
1 parent 9ef5fd4 commit 2395c29
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/dev.yaml

This file was deleted.

3 changes: 3 additions & 0 deletions .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
types:
- opened
push:
branches:
- dev

jobs:
Deploy-Preview:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
push:
branches:
- main

jobs:
Deploy-Production:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2395c29

Please sign in to comment.