Skip to content

samen gevoegd

samen gevoegd #78

Workflow file for this run

name: Main Workflow
on:
push:
branches:
- main
- develop
pull_request:
release:
types: [published]
jobs:
build:
uses: ./.github/workflows/build.yml

Check failure on line 13 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

error parsing called workflow ".github/workflows/main.yml" -> "./.github/workflows/build.yml" (source branch with sha:ad711458c5da5b39c3764ffc4ccf7f3849b74741) : workflow is not reusable as it is missing a `on.workflow_call` trigger
publish:
if: github.event_name == 'release'
needs: build
uses: ./.github/workflows/publish.yml
secrets:
GH_PUSH_TOKEN: ${{ secrets.GH_PUSH_TOKEN }}