Ver código fonte

ci: fix pattern for on push branch

Ivan Dyachkov 2 anos atrás
pai
commit
e15553f9bd
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      .github/workflows/_push-entrypoint.yaml

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

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