Skip to content

Dont dockerignore pyproject.toml and poetry.lock, to enable poetry-ba… #86

Dont dockerignore pyproject.toml and poetry.lock, to enable poetry-ba…

Dont dockerignore pyproject.toml and poetry.lock, to enable poetry-ba… #86

Workflow file for this run

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