Skip to content

#45 Added a helper getting the connection parameters (#46) #25

#45 Added a helper getting the connection parameters (#46)

#45 Added a helper getting the connection parameters (#46) #25

Workflow file for this run

name: PR-Merge
on:
push:
branches:
- 'main'
- 'master'
jobs:
ci-job:
name: Checks
uses: ./.github/workflows/checks.yml
secrets: inherit
publish-docs:
name: Publish Documentation
uses: ./.github/workflows/gh-pages.yml
metrics:
needs: [ ci-job ]
uses: ./.github/workflows/report.yml