Skip to content

Commit

Permalink
chore: ci workflow will ignore the changeset-release branches to …
Browse files Browse the repository at this point in the history
…avoid Chromatic hang
  • Loading branch information
skinread committed Jan 23, 2025
1 parent 418ce1b commit 1baba97
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: CI

on: push
on:
push:
branches-ignore:
- 'changeset-release/**'

jobs:
test:
Expand Down

0 comments on commit 1baba97

Please sign in to comment.