From aeaaaf3eb040067864ec065a7d14aa0f8436687c Mon Sep 17 00:00:00 2001 From: Luishfs Date: Mon, 7 Oct 2024 16:42:27 -0300 Subject: [PATCH] source-front: 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 229f5b023..0401221ec 100644 --- a/.github/workflows/python.yaml +++ b/.github/workflows/python.yaml @@ -28,6 +28,7 @@ on: - "source-mixpanel-native/**" - "source-brevo/**" - "source-impact-native/**" + - "source-front/**" pull_request: branches: [main] @@ -58,6 +59,7 @@ on: - "source-mixpanel-native/**" - "source-brevo/**" - "source-impact-native/**" + - "source-front/**" concurrency: group: ${{ github.workflow }}-${{ github.ref }} @@ -165,6 +167,10 @@ jobs: type: capture version: v2 usage_rate: "1.0" + - name: source-front + type: capture + version: v2 + usage_rate: "1.0" steps: - uses: actions/checkout@v4