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 8ef5e70 commit 07d861dCopy full SHA for 07d861d
.github/workflows/cd.yaml
@@ -4,6 +4,9 @@ on:
4
push:
5
branches:
6
- main
7
+ paths-ignore:
8
+ - 'port**.yaml'
9
+ - 'microservice.json'
10
workflow_dispatch:
11
inputs:
12
environment:
0 commit comments