ci: Only build pages stage on Monado's main repo

This will allow fork's main branch to pass CI.
This commit is contained in:
Jakob Bornecrantz 2022-04-03 10:21:50 +01:00
parent 15da4636f8
commit f7b1f738fa
2 changed files with 2 additions and 2 deletions

View file

@ -559,7 +559,7 @@ reprepro:package:
pages:
stage: pages
only:
- main
- main@monado/monado
needs:
- debian:cmake
- reprepro:package

View file

@ -265,7 +265,7 @@ reprepro:package:
pages:
stage: pages
only:
- main
- main@monado/monado
needs:
- debian:cmake
- reprepro:package