Skip to content

Commit

Permalink
refactor: deploy 특정 브랜치가 되도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Zepelown committed Dec 20, 2024
1 parent a4fac57 commit ad6ba3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Build with Gradle
run: |
cd wabi
./gradlew clean build -x test
./gradlew clean build
- name: Docker build and push
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

jobs:
deploy:
if: startsWith(github.event.workflow_run.head_branch, 'Fix/#58')
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit ad6ba3a

Please sign in to comment.