Skip to content

Merge branch 'main' of https://github.com/Geonovum/NL-ReSpec-template #125

Merge branch 'main' of https://github.com/Geonovum/NL-ReSpec-template

Merge branch 'main' of https://github.com/Geonovum/NL-ReSpec-template #125

Workflow file for this run

name: Main Workflow
on:
push:
branches:
- '**'
pull_request:
release:
types: [published, prereleased]
jobs:
build:
uses: ./.github/workflows/build.yml

Check failure on line 12 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:b93f3062e5f109161f209404da3a8075f8971159) : You have an error in your yaml syntax on line 97
publish:
if: github.event_name == 'release'
needs: build
uses: ./.github/workflows/publish.yml
secrets:
GH_PUSH_TOKEN: ${{ secrets.GH_PUSH_TOKEN }}