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 145ae15 commit 18d5258Copy full SHA for 18d5258
.circleci/config.yml
@@ -1,7 +1,7 @@
1
version: 2.1
2
3
orbs:
4
- path-filtering: circleci/path-filtering@1.0.0
+ path-filtering: circleci/path-filtering@1.2.0
5
6
setup: true
7
@@ -17,6 +17,7 @@ workflows:
17
name: check-updated-files
18
base-revision: master
19
config-path: .circleci/continue_config.yml
20
+ tag: "3.9"
21
mapping: |
22
manifests/.* manifests-verify true
23
chart/.* manifests-verify true
0 commit comments