Skip to content

Commit aaac96d

Browse files
committed
Update workflows
1 parent 4d99f95 commit aaac96d

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.circleci/config.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,22 @@ workflows:
6060
version: 2
6161
verify:
6262
jobs:
63-
- shellcheck
64-
- build
63+
- shellcheck:
64+
filters:
65+
branches:
66+
ignore:
67+
- master
68+
- build:
69+
filters:
70+
branches:
71+
ignore:
72+
- master
6573
deploy:
6674
jobs:
6775
- shellcheck
6876
- build-deploy:
77+
requires:
78+
- shellcheck
6979
filters:
7080
branches:
7181
only:

0 commit comments

Comments
 (0)