Skip to content

ci: Automate releases #1

ci: Automate releases

ci: Automate releases #1

Workflow file for this run

on:
push:
branches: ["*"]
jobs:
run-tests:
uses: ./.github/workflows/run-tests.yml
secrets: inherit
create-release:
needs:
- run-tests
if: github.ref == 'refs/heads/main'
uses: armakuni/github-actions/.github/workflows/[email protected]