Skip to content

Commit 8b724b7

Browse files
committed
for the right job
1 parent 8e8fae3 commit 8b724b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ workflows:
2020
build:
2121
jobs:
2222
- cypress/install:
23-
filters:
24-
branches:
25-
only:
26-
- master
2723
post-steps:
2824
- run: npm run check:markdown
2925
- cypress/run:
@@ -73,6 +69,10 @@ workflows:
7369
- run: npx nyc report --check-coverage true --lines 100 --include test-backend/index.js
7470

7571
- publish:
72+
filters:
73+
branches:
74+
only:
75+
- master
7676
requires:
7777
- frontend coverage
7878
- backend coverage

0 commit comments

Comments
 (0)