ci: Run checks and build always

This commit is contained in:
Julian Sparber 2023-11-08 18:22:53 +00:00
parent 863546c23a
commit 7667040806
1 changed files with 0 additions and 4 deletions

View File

@ -20,11 +20,7 @@ workflow:
include:
- local: .gitlab-ci/run_checks.yml
rules:
- if: $CI_COMMIT_TAG == null
- local: .gitlab-ci/build.yml
rules:
- if: $CI_COMMIT_TAG == null
- local: .gitlab-ci/publish_docs.yml
rules:
- if: $CI_COMMIT_BRANCH == "main"