From e849da09ef66010493ff4ec2b58105a31a5bb066 Mon Sep 17 00:00:00 2001 From: developerdurp Date: Tue, 21 Nov 2023 13:23:10 -0600 Subject: [PATCH] update --- job-templates.tpl.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/job-templates.tpl.yml b/job-templates.tpl.yml index a21bbea..df02662 100644 --- a/job-templates.tpl.yml +++ b/job-templates.tpl.yml @@ -22,8 +22,8 @@ render-job-templates-yml: - if: $CI_COMMIT_BRANCH changes: - .gitlab-ci.yml - - scripts/** - - templates/** + - *.sh + - *.tpl.yml - job-templates.yml - job-templates.tpl.yml @@ -36,4 +36,4 @@ render-pipelines-to-branch: - ./scripts/render-pipelines-branch.sh - ./scripts/commit-and-push-changes.sh rules: - - if: $CI_COMMIT_BRANCH =~ /^release*/ \ No newline at end of file + - if: $CI_COMMIT_BRANCH =~ /^release*/