Skip to content

Improve log messages and make discover_as optional #20

Improve log messages and make discover_as optional

Improve log messages and make discover_as optional #20

Workflow file for this run

---
name: "CI"
on:
push:
branches:
# Do not trigger on tags
# https://stackoverflow.com/questions/68573888/how-can-i-not-execute-a-github-action-when-i-push-a-new-tag
"**"
pull_request:
jobs:
tests:
uses: ./.github/workflows/tests.yaml