Browse Source

maybe now??

Sven 1 year ago
parent
commit
c0bc8698f1
1 changed files with 3 additions and 2 deletions
  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 }}