ci jobs only get triggered in main repo

This commit is contained in:
hydrant
2018-12-10 14:29:31 +01:00
parent d50ffa0556
commit 35e94c2d76

View File

@@ -11,6 +11,6 @@ variables:
build:
stage: build
only:
- develop
- develop@log-gtav/reallife-gamemode
script:
- "dotnet build -c ServerBuild"