ci: build pages only from master branch

The job on master branch builds pages for all versions at the same time.
It should not be run on branches.
This commit is contained in:
Pauli Virtanen 2025-09-08 20:09:25 +03:00 committed by Wim Taymans
parent 6686d5d1e6
commit 9daf499fff

View file

@ -687,6 +687,3 @@ pages:
- public
rules:
- if: $CI_COMMIT_BRANCH == 'master'
- if: $CI_COMMIT_BRANCH == '1.0'
- if: $CI_COMMIT_BRANCH == '1.2'
- if: $CI_COMMIT_BRANCH == '1.4'