lith %!s(int64=3) %!d(string=hai) anos
pai
achega
a1d243c647
Modificáronse 1 ficheiros con 5 adicións e 4 borrados
  1. 5 4
      .github/workflows/action-main.yml

+ 5 - 4
.github/workflows/action-main.yml

@@ -4,13 +4,14 @@ name: CI
 
 # Controls when the action will run. 
 on:
-  # Triggers the workflow on push tag
+  
   push:
+    # Triggers the workflow on push events but only for the master branch
     #branches: [ master ]
-    
-    tags:
-      - '*'
 
+    # Triggers the workflow on push tag
+    tags: ['*']
+    
   # Allows you to run this workflow manually from the Actions tab
   workflow_dispatch: