Explorar o código

update release-subpackages.yml

Yuki Takei %!s(int64=2) %!d(string=hai) anos
pai
achega
f6b7470a06
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  1. 5 1
      .github/workflows/release-subpackages.yml

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

@@ -1,13 +1,17 @@
 name: Release Subpackages
 
 on:
+  push:
+    branches:
+      - master
+    paths:
+      - .github/workflows/release-subpackages.yml
   workflow_run:
     workflows: ["Node CI for app development"]
     types:
       - completed
     branches:
       - master
-      - dev/*.*.*
 
 concurrency: ${{ github.workflow }}-${{ github.ref }}