Skip to content
Snippets Groups Projects
Commit c0e3ebf2 authored by Moul's avatar Moul
Browse files

[CI] #97: Trigger PyPi release job only on tag

- Prevents the creation of two jobs: one from the tag and the other from the commit
- Might fix non-working PyPi releases not made from the job with the tag
parent 4057ce93
No related branches found
No related tags found
No related merge requests found
Pipeline #5956 passed
...@@ -99,4 +99,5 @@ releases: ...@@ -99,4 +99,5 @@ releases:
<<: *push_to_github <<: *push_to_github
stage: release stage: release
when: manual when: manual
only:
- tags
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment