We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b239b6c commit 19717b4Copy full SHA for 19717b4
.github/workflows/python.yaml
@@ -54,6 +54,7 @@ on:
54
- "source-navan/**"
55
- "source-facebook-marketing-native/**"
56
- "source-quickbooks/**"
57
+ - "source-airtable-native/**"
58
59
pull_request:
60
branches: [main]
@@ -109,6 +110,7 @@ on:
109
110
111
112
113
114
115
concurrency:
116
group: ${{ github.workflow }}-${{ github.ref }}
@@ -320,6 +322,10 @@ jobs:
320
322
type: capture
321
323
version: v1
324
usage_rate: "1.0"
325
+ - name: source-airtable-native
326
+ type: capture
327
+ version: v1
328
+ usage_rate: "1.0"
329
330
steps:
331
- uses: actions/checkout@v4
0 commit comments