Skip to content

fix QUIC implementation (#283) #58

fix QUIC implementation (#283)

fix QUIC implementation (#283) #58

Workflow file for this run

name: Main CI
on:
push:
paths-ignore:
- samples/**
branches:
- master
jobs:
test:
uses: ./.github/workflows/run-tests.yml
publish:
needs: [ test ]
uses: ./.github/workflows/publish-snapshot.yml
secrets: inherit