Skip to content

Commit

Permalink
source-github: adding connector to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Luishfs committed Sep 19, 2024
1 parent 49433e9 commit 0c25d91
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 @@ -27,6 +27,7 @@ on:
- "source-jira-native/**"
- "source-mixpanel-native/**"
- "source-impact-native/**"
- "source-github/**"

pull_request:
branches: [main]
Expand Down Expand Up @@ -57,6 +58,7 @@ on:
- "source-jira-native/**"
- "source-mixpanel-native/**"
- "source-impact-native/**"
- "source-github/**"

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

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

0 comments on commit 0c25d91

Please sign in to comment.