Skip to content

Commit

Permalink
ci: support rc from additional branches
Browse files Browse the repository at this point in the history
  • Loading branch information
erichulburd committed Feb 14, 2022
1 parent 8693550 commit fbd9884
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ Test Unit (3.9):
PyPi Publish Release Candidate:
extends: .pypi-publish
rules:
- if: '$CI_COMMIT_BRANCH == "update_qiskit_and_coupling_map_init"'
when: manual
- if: '$CI_COMMIT_BRANCH == "rc"'
when: manual

Expand Down

0 comments on commit fbd9884

Please sign in to comment.