Skip to content

gh-actions fix secrets #44

gh-actions fix secrets

gh-actions fix secrets #44

Workflow file for this run

name: Pull request master
on:
push:
branches:
- master
jobs:
python2_tests:
uses: ./.github/workflows/test-python-2.yml
python3_tests:
uses: ./.github/workflows/test-python-3.yml
bump_version:
needs: [python2_tests, python3_tests]
uses: ./.github/workflows/bump.yml
secrets: inherit