Skip to content

ci: add PR automation, split workflows #1

ci: add PR automation, split workflows

ci: add PR automation, split workflows #1

Workflow file for this run

name: Main
on:
push:
branches:
- main
jobs:
test:
uses: .github/workflows/test.yml

Check failure on line 8 in .github/workflows/main.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yaml

Invalid workflow file

invalid value workflow reference: no version specified
release:
needs:
- test
uses: .github/workflows/release.yml