Loading .github/workflows/python-publish.yml +2 −5 Original line number Diff line number Diff line Loading @@ -9,19 +9,16 @@ name: Upload Python Package on: pull_request: types: - closed release: types: [published] 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 +2 −5 Original line number Diff line number Diff line Loading @@ -9,19 +9,16 @@ name: Upload Python Package on: pull_request: types: - closed release: types: [published] 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