refactor: template-compliant file hierarchy #8
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: Main and PR pipeline | ||
on: | ||
push: | ||
branches: | ||
- main | ||
workflow_call: | ||
pull_request: | ||
branches: | ||
- main | ||
jobs: | ||
checks: | ||
uses: ./.github/workflows/checks.yml | ||
build: | ||
uses: ./.github/workflows/build.yml | ||
Check failure on line 19 in .github/workflows/main-and-pr.yml
|
||
with: | ||
is_release: false | ||