Remove ssl_verify_fun (bugfix no longer needed) (#584) #33
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
on: | |
push: | |
branches: | |
- "main" | |
workflow_dispatch: {} | |
name: "Main Branch" | |
jobs: | |
test: | |
name: "Test" | |
uses: ./.github/workflows/part_test.yml | |
docs: | |
name: "Docs" | |
uses: ./.github/workflows/part_docs.yml |