diff --git a/.github/workflows/python.yaml b/.github/workflows/python.yaml index c3b619133..627fc04aa 100644 --- a/.github/workflows/python.yaml +++ b/.github/workflows/python.yaml @@ -32,6 +32,7 @@ on: - "source-genesys/**" - "source-braintree-native/**" - "source-intercom-native/**" + - "source-shopify-native/**" pull_request: branches: [main] @@ -66,6 +67,7 @@ on: - "source-genesys/**" - "source-braintree-native/**" - "source-intercom-native/**" + - "source-shopify-native/**" concurrency: group: ${{ github.workflow }}-${{ github.ref }} @@ -189,6 +191,10 @@ jobs: type: capture version: v1 usage_rate: "1.0" + - name: source-shopify-native + type: capture + version: v1 + usage_rate: "1.0" steps: - uses: actions/checkout@v4