ci: fix namespace
This commit is contained in:
parent
3ee55248e0
commit
d697cb7d78
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ build:
|
|||
|
||||
# when it runs
|
||||
rules:
|
||||
- if: '$CI_PROJECT_NAMESPACE == "compsoc1/compsoc" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
|
||||
- if: '$CI_PROJECT_NAMESPACE == "compsoc1/compsoc/presentations" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
|
||||
changes:
|
||||
- src/**/*
|
||||
|
||||
|
|
|
@ -28,4 +28,4 @@
|
|||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue