Skip to content

Commit

Permalink
rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
developer0hye authored Feb 5, 2025
1 parent 0a2a5c2 commit 46e5d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
publish:
if: ${{ github.event.workflow_run.conclusion == 'success' && github.ref == 'refs/heads/main' }} # CI 성공 시에만 실행
if: ${{ github.event.workflow_run.conclusion == 'success' }} # CI 성공 시에만 실행
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 46e5d5a

Please sign in to comment.