10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d99f95 commit aaac96dCopy full SHA for aaac96d
.circleci/config.yml
@@ -60,12 +60,22 @@ workflows:
60
version: 2
61
verify:
62
jobs:
63
- - shellcheck
64
- - build
+ - shellcheck:
+ filters:
65
+ branches:
66
+ ignore:
67
+ - master
68
+ - build:
69
70
71
72
73
deploy:
74
75
- shellcheck
76
- build-deploy:
77
+ requires:
78
+ - shellcheck
79
filters:
80
branches:
81
only:
0 commit comments