Skip to content

Commit

Permalink
Update chromatic CI trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesBochet committed Aug 1, 2023
1 parent ba76cac commit 86fee77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-chromatic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
push:
branches:
- main
issue_comment:
types: [created]
pull_request_target:
types: [labeled]
jobs:
chromatic-deployment:
if: ${{ (github.event.issue.pull_request && contains(github.event.comment.body, '@chromatic')) || github.event_name == 'push' }}
if: ${{ contains(github.event.*.labels.*.name, 'run-chromatic') }} || github.event_name == 'push' }}
runs-on: ubuntu-latest
env:
REACT_APP_SERVER_BASE_URL: http://127.0.0.1:3000
Expand Down

0 comments on commit 86fee77

Please sign in to comment.