1
Fork 0
mirror of https://github.com/Steffo99/greed.git synced 2024-10-16 13:47:27 +00:00
greed/.github/workflows/test.yml

18 lines
357 B
YAML
Raw Permalink Normal View History

name: "Test suite"
on:
# Modification of a project file in the main branch
push:
branches:
- main
# Pull request to the main branch modifying a project file
pull_request:
branches:
- main
# Triggered by a new release
workflow_call:
jobs:
test:
uses: Steffo99/.github/.github/workflows/test-poetry-compileall.yml@main