Skip to content

Commit

Permalink
source-iterate: add to Ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Bair committed Jan 31, 2025
1 parent 3de6576 commit 808eb8b
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 @@ -34,6 +34,7 @@ on:
- "source-intercom-native/**"
- "source-shopify-native/**"
- "source-zendesk-support-native/**"
- "source-iterate/**"

pull_request:
branches: [main]
Expand Down Expand Up @@ -70,6 +71,7 @@ on:
- "source-intercom-native/**"
- "source-shopify-native/**"
- "source-zendesk-support-native/**"
- "source-iterate/**"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -201,6 +203,10 @@ jobs:
type: capture
version: v1
usage_rate: "1.0"
- name: source-iterate
type: capture
version: v1
usage_rate: "1.0"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 808eb8b

Please sign in to comment.