Skip to content

Commit 1ca1d93

Browse files
committed
source-klaviyo-naitve: add to ci
1 parent 03f9eaa commit 1ca1d93

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/python.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ on:
4646
- "source-qualtrics/**"
4747
- "source-google-play/**"
4848
- "source-apple-app-store/**"
49+
- "source-klaviyo-native/**"
4950

5051
pull_request:
5152
branches: [main]
@@ -93,6 +94,7 @@ on:
9394
- "source-qualtrics/**"
9495
- "source-google-play/**"
9596
- "source-apple-app-store/**"
97+
- "source-klaviyo-native/**"
9698

9799
concurrency:
98100
group: ${{ github.workflow }}-${{ github.ref }}
@@ -272,6 +274,10 @@ jobs:
272274
type: capture
273275
version: v1
274276
usage_rate: "1.0"
277+
- name: source-klaviyo-native
278+
type: capture
279+
version: v1
280+
usage_rate: "1.0"
275281

276282
steps:
277283
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)