Skip to content

Commit 248b247

Browse files
committed
source-airtable-native: add to ci
1 parent 7bd05b2 commit 248b247

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
@@ -54,6 +54,7 @@ on:
5454
- "source-navan/**"
5555
- "source-facebook-marketing-native/**"
5656
- "source-quickbooks/**"
57+
- "source-airtable-native/**"
5758

5859
pull_request:
5960
branches: [main]
@@ -109,6 +110,7 @@ on:
109110
- "source-navan/**"
110111
- "source-facebook-marketing-native/**"
111112
- "source-quickbooks/**"
113+
- "source-airtable-native/**"
112114

113115
concurrency:
114116
group: ${{ github.workflow }}-${{ github.ref }}
@@ -320,6 +322,10 @@ jobs:
320322
type: capture
321323
version: v1
322324
usage_rate: "1.0"
325+
- name: source-airtable-native
326+
type: capture
327+
version: v1
328+
usage_rate: "1.0"
323329

324330
steps:
325331
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)