Skip to content

ci: consolidate workflow logic (#5) #1

ci: consolidate workflow logic (#5)

ci: consolidate workflow logic (#5) #1

Workflow file for this run

name: CI
on:
push:
branches:
- main
paths-ignore:
- '**.md'
jobs:
test:
name: Test
uses: ./.github/workflows/test.yaml
tag:
name: Tag
needs: test
permissions:
contents: write
uses: ./.github/workflows/tag.yaml
# TODO: Publish to Pypi.