Skip to content

Commit

Permalink
๐Ÿ™€ chore: main ๋ธŒ๋žœ์น˜ ์ฝ”๋“œ์™€ ํ•ฉ์น˜๋ฉฐ ๋˜๋Œ์•„๊ฐ„ cicd ์Šคํฌ๋ฆฝํŠธ ์ฝ”๋“œ ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
Honghyeonji committed Jan 28, 2025
1 parent 135461f commit 47ad2e8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/boolock-dev-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: dev ci/cd action

on:
push:
branches: ['main']
branches: ['dev']
pull_request:
branches: ['dev']

jobs:
build:
Expand Down Expand Up @@ -73,7 +75,7 @@ jobs:
build-args: |
DOCKERHUB_USERNAME=${{ secrets.DOCKERHUB_USERNAME }}
TYPE=test
deploy:
if: github.event_name == 'push'
needs: build
Expand Down

0 comments on commit 47ad2e8

Please sign in to comment.