Skip to content

Commit c051a17

Browse files
committed
fix: to not run quality on release
1 parent 4137b9a commit c051a17

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/quality.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@ name: Quality
33
on:
44
push:
55
branches:
6-
- master
7-
branches-ignore:
8-
- changeset-release/*
6+
- 'master'
7+
- '!changeset-release/*'
98
pull_request:
10-
branches-ignore:
11-
- changeset-release/*
9+
branches-ignore:
10+
- 'changeset-release/**'
1211

1312
jobs:
1413
lockfile:

0 commit comments

Comments
 (0)