Skip to content

ci: set token

ci: set token #17

Workflow file for this run

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