Merge pull request #2714 from theupdateframework/dependabot/pip/test-… #3401
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: CI | |
on: | |
push: | |
branches: | |
- develop | |
pull_request: | |
workflow_dispatch: | |
permissions: {} | |
jobs: | |
test: | |
uses: ./.github/workflows/_test.yml | |
test-with-sslib-main: | |
uses: ./.github/workflows/_test_sslib_main.yml |