Skip to content

Including loggers.ini in install path #51

Including loggers.ini in install path

Including loggers.ini in install path #51

Workflow file for this run

name: Test Package
on: [push, pull_request]
permissions:
contents: read
jobs:
tests:
uses: ./.github/workflows/test.yml
docs:
uses: ./.github/workflows/doc-test.yml
if: ${{ (github.event_name == 'pull_request' && github.head_ref != 'main') || (github.event_name == 'push' && github.ref_name != 'main') }}