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

Update python-publish.yml

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