Skip to content

Commit 9e21d0b

Browse files
committed
ignore chromatic workflow for dependabot branches
1 parent c65c817 commit 9e21d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/chromatic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
- 'packages/*/lib/**'
1717
- 'packages/*/assets/**'
1818
branches-ignore:
19-
- 'dependabot/*'
19+
- 'dependabot/**'
2020
- 'release/*'
2121
- 'Release/*'
2222
- 'main'

0 commit comments

Comments
 (0)