Skip to content

Commit

Permalink
ci: fix chromatic trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
rimorin authored Oct 4, 2023
1 parent 7f6652c commit 78d77ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
}
publish_chromatic:
name: Publish to chromatic
if: github.event_name == 'pull_request' && contains(github.ref, 'refs/heads/master')
if: github.event_name == 'pull_request' && github.head_ref == 'master'
needs: verify
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 78d77ba

Please sign in to comment.