allow manual run

This commit is contained in:
Henry Jameson 2026-08-03 21:16:28 +03:00
commit f9918cd354

View file

@ -50,6 +50,8 @@ steps:
when: when:
- event: push - event: push
branch: ${CI_REPO_DEFAULT_BRANCH} branch: ${CI_REPO_DEFAULT_BRANCH}
- event: manual
branch: ${CI_REPO_DEFAULT_BRANCH}
environment: environment:
SONAR_TOKEN: SONAR_TOKEN:
from_secret: sonarqube-token from_secret: sonarqube-token