diff --git a/.github/workflows/python.yaml b/.github/workflows/python.yaml index e55ac02d5..945df6e5c 100644 --- a/.github/workflows/python.yaml +++ b/.github/workflows/python.yaml @@ -27,6 +27,7 @@ on: - "source-jira-native/**" - "source-mixpanel-native/**" - "source-impact-native/**" + - "source-github/**" pull_request: branches: [main] @@ -57,6 +58,7 @@ on: - "source-jira-native/**" - "source-mixpanel-native/**" - "source-impact-native/**" + - "source-github/**" concurrency: group: ${{ github.workflow }}-${{ github.ref }} @@ -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