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 c925f3c commit 2087aabCopy full SHA for 2087aab
.circleci/config.yml
@@ -1,8 +1,14 @@
1
defaults:
2
+ noTagFilters: &noTagFilters
3
+ filters:
4
+ tags:
5
+ only: /.*/
6
requiresInstall: &requiresInstall
7
+ <<: *noTagFilters
8
requires:
9
- install
10
requiresTestApp: &requiresTestApp
11
12
13
- build-test-app
14
attach: &attach
@@ -141,6 +147,7 @@ workflows:
141
147
- build-core
142
148
- build-integrations
143
149
- publish:
150
+ context: snyk
144
151
145
152
146
153
- test-android
0 commit comments