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 0cfb1c3 commit b55b7fcCopy full SHA for b55b7fc
.github/workflows/dev-ci-cd.yml
@@ -36,18 +36,21 @@ jobs:
36
- 'infra/**'
37
- 'global-utils/**'
38
- 'observability/**'
39
+ - '.github/**'
40
# admin: # TODO: Uncomment when admin module is ready
41
# - 'admin/**'
42
# - 'domain/**'
43
# - 'infra/**'
44
# - 'global-utils/**'
45
# - 'observability/**'
46
+ # - '.github/**'
47
batch:
48
- 'batch/**'
49
- 'domain/**'
50
51
52
53
54
any:
55
- 'apis/**'
56
# - 'admin/**' # TODO: Uncomment when admin module is ready
@@ -56,6 +59,7 @@ jobs:
59
57
60
58
61
62
63
64
build-push-and-deploy:
65
needs: detect-changes
0 commit comments