Skip to content

Commit

Permalink
fix: 개발환경 작업 스크립트 통합
Browse files Browse the repository at this point in the history
  • Loading branch information
pminsung12 committed Jul 16, 2024
1 parent 8e0d2d5 commit 45556f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 70 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
deploy:
needs: build-and-test
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
if: github.ref == 'refs/heads/dev' && github.event_name == 'push'
runs-on: ubuntu-latest

steps:
Expand Down
69 changes: 0 additions & 69 deletions .github/workflows/main-ci.yaml

This file was deleted.

0 comments on commit 45556f3

Please sign in to comment.