Rework transport and internal implementation to support multiplexed t… #53
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |