Skip to content

Merge pull request #1049 from DimuthuMadushan/central-workflow #390

Merge pull request #1049 from DimuthuMadushan/central-workflow

Merge pull request #1049 from DimuthuMadushan/central-workflow #390

name: Build
on:
push:
branches:
- master
paths-ignore:
- "*.md"
- "docs/**"
- "load-tests/**"
workflow_dispatch:
jobs:
call_workflow:
name: Run Central Publish Workflow
if: ${{ github.repository_owner == 'ballerina-platform' }}
uses: ballerina-platform/ballerina-standard-library/.github/workflows/central-publish-template.yml@main
secrets: inherit
with:
environment: ${{ github.event.inputs.environment }}