diff --git a/.github/workflows/python.yaml b/.github/workflows/python.yaml index 0401221ec..1c0921d46 100644 --- a/.github/workflows/python.yaml +++ b/.github/workflows/python.yaml @@ -29,6 +29,7 @@ on: - "source-brevo/**" - "source-impact-native/**" - "source-front/**" + - "source-genesys/**" pull_request: branches: [main] @@ -60,6 +61,7 @@ on: - "source-brevo/**" - "source-impact-native/**" - "source-front/**" + - "source-genesys/**" concurrency: group: ${{ github.workflow }}-${{ github.ref }} @@ -171,6 +173,10 @@ jobs: type: capture version: v2 usage_rate: "1.0" + - name: source-genesys + type: capture + version: v1 + usage_rate: "1.0" steps: - uses: actions/checkout@v4