Skip to content

feat: add set_tls_certificate wrapper function #276

feat: add set_tls_certificate wrapper function

feat: add set_tls_certificate wrapper function #276

Workflow file for this run

name: CI
on:
push:
paths-ignore: ['**/*.md']
pull_request:
paths-ignore: ['**/*.md']
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name == 'main' && github.sha || github.ref }}
cancel-in-progress: true
jobs:
linux:
uses: ./.github/workflows/linux.yml
macos:
uses: ./.github/workflows/macos.yml
windows:
uses: ./.github/workflows/windows.yml