Loading .github/workflows/python-publish.yml +5 −2 Original line number Diff line number Diff line Loading @@ -9,16 +9,19 @@ name: Upload Python Package on: release: types: [published] pull_request: types: - closed permissions: contents: read jobs: release-build: if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'develop' runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 Loading Loading
.github/workflows/python-publish.yml +5 −2 Original line number Diff line number Diff line Loading @@ -9,16 +9,19 @@ name: Upload Python Package on: release: types: [published] pull_request: types: - closed permissions: contents: read jobs: release-build: if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'develop' runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 Loading