Browse Source

fix(pencil): test action3

nameczz 4 năm trước cách đây
mục cha
commit
c3692cc332
1 tập tin đã thay đổi với 2 bổ sung3 xóa
  1. 2 3
      .github/workflows/release.yml

+ 2 - 3
.github/workflows/release.yml

@@ -1,7 +1,6 @@
 on:
-  push:
-    branches:
-      - main
+  release:
+    types: [published]
 
 jobs:
   publish: