Ver Fonte

maybe now??

Sven há 1 ano atrás
pai
commit
c0bc8698f1
1 ficheiros alterados com 3 adições e 2 exclusões
  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 }}