lith 3 سال پیش
والد
کامیت
7e7e55dd30
1فایلهای تغییر یافته به همراه6 افزوده شده و 5 حذف شده
  1. 6 5
      .github/workflows/action-main.yml

+ 6 - 5
.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:
-    branches: [ master ]
-    
-    tags:
-      - '*'
+    # Triggers the workflow on push events but only for the master branch
+    #branches: [ master ]
 
+    # Triggers the workflow on push tag
+    tags: ['*']
+    
   # Allows you to run this workflow manually from the Actions tab
   workflow_dispatch: