Skip to content

refactor: template-compliant file hierarchy #8

refactor: template-compliant file hierarchy

refactor: template-compliant file hierarchy #8

Workflow file for this run

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

View workflow run for this annotation

GitHub Actions / .github/workflows/main-and-pr.yml

Invalid workflow file

error parsing called workflow ".github/workflows/main-and-pr.yml" -> "./.github/workflows/build.yml" : workflow is not reusable as it is missing a `on.workflow_call` trigger
with:
is_release: false