2
0
Эх сурвалжийг харах

update release-subpackages.yml

Yuki Takei 2 жил өмнө
parent
commit
f6b7470a06

+ 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 }}