Explorar el Código

ensure to trigger GitHub Release workflow when pushed on release/current branch

Yuki Takei hace 6 años
padre
commit
3ecb50203d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/release.yml

+ 1 - 1
.github/workflows/release.yml

@@ -3,7 +3,7 @@ name: GitHub Release
 on:
   push:
     branches:
-      - release
+      - release/current
 
 jobs:
   build: