mirror of
https://gitlab.acidiclight.dev/sociallydistant/sociallydistant.git
synced 2025-01-22 01:21:50 -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
|
||||
- devel
|
||||
- tags
|
||||
except:
|
||||
- merge_requests
|
||||
|
||||
update_online_manual:
|
||||
stage: deploy
|
||||
|
@ -81,3 +83,5 @@ update_online_manual:
|
|||
- public
|
||||
only:
|
||||
- master
|
||||
except:
|
||||
- merge_requests
|
||||
|
|
Loading…
Reference in a new issue