Skip to content

Commit

Permalink
source-zendesk-support: add to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Bair committed Aug 5, 2024
1 parent 0c73909 commit 051a050
Show file tree
Hide file tree
Showing 2 changed files with 7 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 @@ -20,6 +20,7 @@ on:
- "source-klaviyo/**"
- "source-recharge/**"
- "source-stripe-native/**"
- "source-zendesk-support/**"
pull_request:
branches: [main]
paths:
Expand All @@ -41,6 +42,7 @@ on:
- "source-klaviyo/**"
- "source-recharge/**"
- "source-stripe-native/**"
- "source-zendesk-support/**"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -116,6 +118,10 @@ jobs:
type: capture
version: v1
usage_rate: "1.0"
- name: source-zendesk-support
type: capture
version: v2
usage_rate: "1.0"

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions source-zendesk-support/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v2

0 comments on commit 051a050

Please sign in to comment.