Skip to content

README update; trying out GHA test based on poetry #8

README update; trying out GHA test based on poetry

README update; trying out GHA test based on poetry #8

Workflow file for this run

name: All branches but main - test only
on:
push:
branches-ignore:
- "main"
paths-ignore:
- Dockerfile
- .dockerignore
- README.md
- LICENSE
jobs:
test:
uses: "./.github/workflows/_test.yml"