Skip to content
Snippets Groups Projects
Unverified Commit 84c80845 authored by Jorge Echevarria Uribarri's avatar Jorge Echevarria Uribarri Committed by GitHub
Browse files

Update python-publish.yml

parent 96acdc7a
No related branches found
No related tags found
1 merge request!4Event feature completed
......@@ -9,15 +9,18 @@
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment