Skip to content

Commit

Permalink
source-gladly: add connector to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
williamhbaker committed Mar 4, 2024
1 parent 9bcfbbd commit 8e69ce3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ on:
paths:
- "estuary-cdk/**"
- "source-asana/**"
- "source-gladly/**"
- "source-google-sheets-native/**"
- "source-hubspot-native/**"
pull_request:
branches: [main]
paths:
- "estuary-cdk/**"
- "source-asana/**"
- "source-gladly/**"
- "source-google-sheets-native/**"
- "source-hubspot-native/**"

Expand All @@ -33,6 +35,9 @@ jobs:
- name: source-hubspot-native
type: capture
version: v1
- name: source-gladly
type: capture
version: v1
- name: source-google-sheets-native
type: capture
version: v1
Expand Down Expand Up @@ -85,4 +90,4 @@ jobs:
pg_user: ${{ secrets.POSTGRES_CONNECTOR_REFRESH_USER }}
tag_sha: ${{ steps.setup.outputs.tag_sha }}
tag_version: ${{ matrix.connector.version }}
variants: ${{ matrix.connector.variants }}
variants: ${{ matrix.connector.variants }}

0 comments on commit 8e69ce3

Please sign in to comment.