Compare commits

...

1 commit

Author SHA1 Message Date
Julian Sparber
7667040806 ci: Run checks and build always 2023-11-08 18:22:53 +00:00

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"