Skip to content

Commit

Permalink
[#80] test: 잘 돌아가나 확인용으로 로직 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
shinheekim committed Dec 24, 2024
1 parent 14cbecb commit 222bfff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/itcast-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ on:
jobs:
deploy:

if: github.event_name == 'push' && github.run_conclusion == 'success'
if: >
(github.event_name == 'push' || github.event_name == 'pull_request') &&
github.run_conclusion == 'success'
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down

0 comments on commit 222bfff

Please sign in to comment.