Skip to content

Commit

Permalink
source-shopify-native: add to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Bair committed Jan 16, 2025
1 parent 4c57400 commit 6b462d2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ on:
- "source-genesys/**"
- "source-braintree-native/**"
- "source-intercom-native/**"
- "source-shopify-native/**"

pull_request:
branches: [main]
Expand Down Expand Up @@ -66,6 +67,7 @@ on:
- "source-genesys/**"
- "source-braintree-native/**"
- "source-intercom-native/**"
- "source-shopify-native/**"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6b462d2

Please sign in to comment.