Skip to content
Snippets Groups Projects
Commit 84dcaebf authored by Rafal Skolasinski's avatar Rafal Skolasinski
Browse files

fix CI to run "deploy" tasks only for main kwant repo

parent e49439ca
No related branches found
No related tags found
No related merge requests found
......@@ -113,15 +113,16 @@ check for broken links in doc:
build and upload conda package:
<<: *conda_job
only:
- master
- master@kwant/kwant
# manual triggers for branches other than master possible
build and upload conda package (manual):
<<: *conda_job
only:
- branches@kwant/kwant
except:
- master
- /^v[0-9]+\.[0-9]+.[0-9]+$/@kwant/kwant
- master@kwant/kwant
when: manual
......
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