]> git.r.bdr.sh - rbdr/r.bdr.sh/blame_incremental - .gitlab-ci.yml
Update ref except/only
[rbdr/r.bdr.sh] / .gitlab-ci.yml
... / ...
CommitLineData
1stages:
2 - upload
3
4upload:
5 stage: upload
6 except:refs:
7 - main
8 script:
9 - make upload
10
11upload_production:
12 stage: upload
13 only:refs:
14 - main
15 environment: production
16 script:
17 - make upload