We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3519469 commit cced3f8Copy full SHA for cced3f8
.github/workflows/python.yaml
@@ -52,6 +52,7 @@ on:
52
- "source-dynamics-365-finance-and-operations/**"
53
- "source-incident-io/**"
54
- "source-navan/**"
55
+ - "source-facebook-marketing-native/**"
56
57
pull_request:
58
branches: [main]
@@ -105,6 +106,7 @@ on:
105
106
107
108
109
110
111
concurrency:
112
group: ${{ github.workflow }}-${{ github.ref }}
@@ -308,6 +310,10 @@ jobs:
308
310
type: capture
309
311
version: v1
312
usage_rate: "1.0"
313
+ - name: source-facebook-marketing-native
314
+ type: capture
315
+ version: v1
316
+ usage_rate: "1.0"
317
318
steps:
319
- uses: actions/checkout@v4
0 commit comments