浏览代码

ci: trigger push entrypoint for `release-5[0-9]`

Port of https://github.com/emqx/emqx/pull/11915
Thales Macedo Garitezi 2 年之前
父节点
当前提交
5822e55222
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/_push-entrypoint.yaml

+ 1 - 1
.github/workflows/_push-entrypoint.yaml

@@ -11,7 +11,7 @@ on:
       - 'e*'
     branches:
       - 'master'
-      - 'release-5?'
+      - 'release-5[0-9]'
       - 'ci/**'
 
 env: