From df24d5ad715d14d6c1af54c280a878090f2abe38 Mon Sep 17 00:00:00 2001 From: Luishfs Date: Fri, 26 Apr 2024 16:10:55 -0300 Subject: [PATCH] Adding connector to CI --- .github/workflows/python.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/python.yaml b/.github/workflows/python.yaml index 11d84fc9df..0f5440c4f2 100644 --- a/.github/workflows/python.yaml +++ b/.github/workflows/python.yaml @@ -13,6 +13,7 @@ on: - "source-google-sheets-native/**" - "source-hubspot-native/**" - "source-hubspot/**" + - "source-mailchimp/**" pull_request: branches: [main] paths: @@ -25,6 +26,7 @@ on: - "source-google-sheets-native/**" - "source-hubspot-native/**" - "source-hubspot/**" + - "source-mailchimp/**" concurrency: group: ${{ github.workflow }}-${{ github.ref }} @@ -72,6 +74,10 @@ jobs: type: capture version: v5 usage_rate: "1.0" + - name: source-mailchimp + type: capture + version: v2 + usage_rate: "1.0" steps: - uses: actions/checkout@v4