Skip to content

Make README.md as the default package documentation (#2108) #726

Make README.md as the default package documentation (#2108)

Make README.md as the default package documentation (#2108) #726

name: Build
on:
push:
branches:
- master
paths-ignore:
- '*.md'
- 'docs/**'
- 'load-tests/**'
workflow_dispatch:
jobs:
call_workflow:
name: Run Build Workflow
if: ${{ github.repository_owner == 'ballerina-platform' }}
uses: ballerina-platform/ballerina-library/.github/workflows/build-timestamp-master-template.yml@main
secrets: inherit