Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit 61c39f8

Browse files
authored
Build infra when infra changes (#856)
* Build infra when infra changes * Add asterisk
1 parent b04f6c3 commit 61c39f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-stg-enhanced-webhooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
22
push:
3-
paths: ["api/v2/**"]
3+
paths: ["api/v2/**", "cdk-infra/lib/constructs/api/**"]
44
branches:
55
- "master"
66
- "integration"

.github/workflows/deploy-stg-enhanced-worker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
22
push:
3-
paths: ["src/**"]
3+
paths: ["src/**", "cdk-infra/lib/constructs/worker/**"]
44
branches:
55
- "master"
66
- "integration"

0 commit comments

Comments
 (0)