Browse Source

update release-subpackages.yml

Yuki Takei 2 năm trước cách đây
mục cha
commit
f6b7470a06
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  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 }}