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

Revert python-publish.yml

parent 84c80845
No related branches found
No related tags found
1 merge request!4Event feature completed
...@@ -9,18 +9,15 @@ ...@@ -9,18 +9,15 @@
name: Upload Python Package name: Upload Python Package
on: on:
pull_request: release:
types: types: [published]
- closed
permissions: permissions:
contents: read contents: read
jobs: jobs:
release-build: release-build:
if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'develop'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - 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