Commit a07e734c authored by Jorge Echevarria Uribarri's avatar Jorge Echevarria Uribarri Committed by GitHub
Browse files

Revert python-publish.yml

parent 753d00e5
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -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