Merge pull request #2121 from ThisaruGuruge/master #738
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: | |
- 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 | |
with: | |
additional-build-flags: "-x test" |