We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03f9eaa commit 1ca1d93Copy full SHA for 1ca1d93
.github/workflows/python.yaml
@@ -46,6 +46,7 @@ on:
46
- "source-qualtrics/**"
47
- "source-google-play/**"
48
- "source-apple-app-store/**"
49
+ - "source-klaviyo-native/**"
50
51
pull_request:
52
branches: [main]
@@ -93,6 +94,7 @@ on:
93
94
95
96
97
98
99
concurrency:
100
group: ${{ github.workflow }}-${{ github.ref }}
@@ -272,6 +274,10 @@ jobs:
272
274
type: capture
273
275
version: v1
276
usage_rate: "1.0"
277
+ - name: source-klaviyo-native
278
+ type: capture
279
+ version: v1
280
+ usage_rate: "1.0"
281
282
steps:
283
- uses: actions/checkout@v4
0 commit comments