Trigger jjb-verify on all changes in jjb dir
[releng/global-jjb.git] / jjb / lf-ci-jobs.yaml
index f8b7b77..502b1cf 100644 (file)
       - compare-type: REG_EXP
         pattern: '.*\.ps1'
       - compare-type: REG_EXP
-        pattern: '.*\.(yaml|yml)'
+        pattern: 'jjb/.*'
       - compare-type: REG_EXP
-        pattern: '.*\/global-jjb'
+        pattern: 'global-jjb'
 
     # github_included_regions MUST match gerrit_trigger_file_paths
     github_included_regions:
       - '.*\.sh'
       - '.*\.bat'
       - '.*\.ps1'
-      - '.*\.(yaml|yml)'
-      - '.*\/global-jjb'
+      - 'jjb/.*'
+      - 'global-jjb'
 
     #####################
     # Job Configuration #