Преглед на файлове

ci: force workflows to there respective branch when manually launched

skip-checks: true
Baptiste Augrain преди 2 години
родител
ревизия
430d4e3888

+ 1 - 0
.github/workflows/insider-linux.yml

@@ -2,6 +2,7 @@ name: insider-linux
 
 
 on:
 on:
   workflow_dispatch:
   workflow_dispatch:
+    branches: [ insider ]
   schedule:
   schedule:
     - cron: '0 1 * * *'
     - cron: '0 1 * * *'
   push:
   push:

+ 1 - 0
.github/workflows/insider-macos.yml

@@ -2,6 +2,7 @@ name: insider-macos
 
 
 on:
 on:
   workflow_dispatch:
   workflow_dispatch:
+    branches: [ insider ]
   schedule:
   schedule:
     - cron: '0 1 * * *'
     - cron: '0 1 * * *'
   push:
   push:

+ 1 - 0
.github/workflows/insider-spearhead.yml

@@ -2,6 +2,7 @@ name: insider-spearhead
 
 
 on:
 on:
   workflow_dispatch:
   workflow_dispatch:
+    branches: [ insider ]
   schedule:
   schedule:
     - cron: '0 0 * * *'
     - cron: '0 0 * * *'
 
 

+ 1 - 0
.github/workflows/insider-windows.yml

@@ -2,6 +2,7 @@ name: insider-windows
 
 
 on:
 on:
   workflow_dispatch:
   workflow_dispatch:
+    branches: [ insider ]
   schedule:
   schedule:
     - cron: '0 1 * * *'
     - cron: '0 1 * * *'
   push:
   push:

+ 1 - 0
.github/workflows/stable-linux.yml

@@ -2,6 +2,7 @@ name: stable-linux
 
 
 on:
 on:
   workflow_dispatch:
   workflow_dispatch:
+    branches: [ master ]
     inputs:
     inputs:
       new_release:
       new_release:
         type: boolean
         type: boolean

+ 1 - 0
.github/workflows/stable-macos.yml

@@ -2,6 +2,7 @@ name: stable-macos
 
 
 on:
 on:
   workflow_dispatch:
   workflow_dispatch:
+    branches: [ master ]
     inputs:
     inputs:
       new_release:
       new_release:
         type: boolean
         type: boolean

+ 1 - 0
.github/workflows/stable-windows.yml

@@ -2,6 +2,7 @@ name: stable-windows
 
 
 on:
 on:
   workflow_dispatch:
   workflow_dispatch:
+    branches: [ master ]
     inputs:
     inputs:
       new_release:
       new_release:
         type: boolean
         type: boolean