Restructure the gradle build configurations of the package (#221) #911
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build | |
on: | |
push: | |
branches: | |
- main | |
- 2201.[0-9]+.x | |
repository_dispatch: | |
types: check_connector_for_breaking_changes | |
jobs: | |
call_workflow: | |
name: Run Connector Build Workflow | |
if: ${{ github.repository_owner == 'ballerina-platform' }} | |
uses: ballerina-platform/ballerina-library/.github/workflows/build-connector-template.yml@main | |
secrets: inherit | |
with: | |
repo-name: module-ballerinax-azure-service-bus |