Skip to content

Commit

Permalink
merge 되었을때도 workflow 동작으로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
woobottle committed Dec 6, 2023
1 parent d0e388a commit e14da7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: deploy-chromatic

on:
pull_request:
types:
- opened
types: [opened, closed]
branches:
- 'develop'

jobs:
build:
name: deploy-chromatic
if: github.event_name == 'pull_request' && (github.event.action == 'closed' && github.event.pull_request.merged == true) || (github.event.action == 'opened')
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit e14da7f

Please sign in to comment.