fix: fix wildcard import error with module-level __getattr__ function… #494
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 pipeline | |
on: | |
push: | |
branches: | |
- develop | |
pull_request: | |
branches: [ develop ] | |
jobs: | |
pipeline: | |
if: github.server_url != 'https://github.com' | |
uses: ./.github/workflows/pipeline.yml | |
secrets: inherit |