Explorar o código

Merge pull request #587 from gravitl/update_workflow

change to trigger on publish/release vice publish/create
dcarns %!s(int64=3) %!d(string=hai) anos
pai
achega
c88b9e74c4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/buildandrelease.yml

+ 1 - 1
.github/workflows/buildandrelease.yml

@@ -7,7 +7,7 @@ on:
         description: 'Netmaker version'
         required: false
   release:
-    types: [created]
+    types: [published]
 
 jobs:
   build: