Skip to content

Commit 77936ce

Browse files
only run release on master
1 parent 83e38d3 commit 77936ce

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
executor: cypress/default
163163
steps:
164164
- checkout
165-
- run: npx [email protected] --dry-run
165+
- run: npx [email protected]
166166

167167
workflows:
168168
win-build:
@@ -219,7 +219,6 @@ workflows:
219219
branches:
220220
only:
221221
- master
222-
- fix-releases
223222
requires:
224223
- 3 machines
225224
- 2 machines using Chrome

0 commit comments

Comments
 (0)