Browse Source

maybe now??

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

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

@@ -1,8 +1,9 @@
 name: "Publish"
 
 on:
-  release:
-    types: [created]
+  push:
+    branches:
+      - main
 
 concurrency: ${{ github.workflow }}-${{ github.ref }}