Browse Source

ci: force workflows to there respective branch when manually launched

skip-checks: true
Baptiste Augrain 2 years ago
parent
commit
430d4e3888

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

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

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

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

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

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

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

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

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

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

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

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

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

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