Browse Source

change trigger for test

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

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

@@ -1,8 +1,11 @@
 on:
-  pull_request:
+  push:
     branches:
       - main
-    types: [closed]
+  # pull_request:
+  #   branches:
+  #     - main
+  #   types: [closed]
 
 jobs:
   publish: