Browse Source

fix(pencil): test action3

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

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

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