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 3c3be32 commit 592a244Copy full SHA for 592a244
.github/workflows/ci.yml
@@ -7,9 +7,15 @@ on:
7
- 'main'
8
tags:
9
- 'v*.*.*'
10
+ paths:
11
+ - 'services/**'
12
+ - 'postman_collections/**'
13
+ - 'deploy/**'
14
+ - '.github/workflows/**'
15
pull_request:
16
paths:
17
- 'services/**'
18
19
- 'deploy/**'
20
- '.github/workflows/**'
21
workflow_dispatch:
0 commit comments