Skip to content

Commit

Permalink
fix: container_registry가 main에 push될 때 실행되지 않도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
mjkweon17 committed Feb 15, 2024
1 parent ffbbb75 commit 3a6accf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container_registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: KakaoCloud Container Registry Test
on:
push:
branches:
- main
- test
jobs:
build-and-push:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3a6accf

Please sign in to comment.