< prev index next >

.github/workflows/main.yml

Print this page
@@ -167,10 +167,16 @@
                # ...same for stabilization branches
                if [[ $BRANCH =~ "jdk(.*)" ]]; then
                  echo 'true'
                  return
                fi
+ 
+               # ...same for project branch
+               if [[ $BRANCH == "lworld" ]]; then
+                 echo 'true'
+                 return
+               fi
              fi
  
              echo 'false'
            }
  
< prev index next >