Skip to content

Commit

Permalink
Adding connector to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Luishfs committed Apr 26, 2024
1 parent fc7ba90 commit df24d5a
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 @@ -13,6 +13,7 @@ on:
- "source-google-sheets-native/**"
- "source-hubspot-native/**"
- "source-hubspot/**"
- "source-mailchimp/**"
pull_request:
branches: [main]
paths:
Expand All @@ -25,6 +26,7 @@ on:
- "source-google-sheets-native/**"
- "source-hubspot-native/**"
- "source-hubspot/**"
- "source-mailchimp/**"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -72,6 +74,10 @@ jobs:
type: capture
version: v5
usage_rate: "1.0"
- name: source-mailchimp
type: capture
version: v2
usage_rate: "1.0"

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

0 comments on commit df24d5a

Please sign in to comment.