mirror of
https://gitlab.acidiclight.dev/sociallydistant/sociallydistant.git
synced 2025-01-22 09:31:47 -05:00
Do not publish MRs to Steam.
This commit is contained in:
parent
79d5f00e99
commit
3412bf0cf9
1 changed files with 4 additions and 0 deletions
|
@ -67,6 +67,8 @@ steam:
|
||||||
- master
|
- master
|
||||||
- devel
|
- devel
|
||||||
- tags
|
- tags
|
||||||
|
except:
|
||||||
|
- merge_requests
|
||||||
|
|
||||||
update_online_manual:
|
update_online_manual:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
@ -81,3 +83,5 @@ update_online_manual:
|
||||||
- public
|
- public
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
except:
|
||||||
|
- merge_requests
|
||||||
|
|
Loading…
Reference in a new issue