ci: force workflows to there respective branch when manually launched

skip-checks: true
This commit is contained in:
Baptiste Augrain 2022-08-29 16:18:59 +02:00
parent 3345c43231
commit 430d4e3888
7 changed files with 7 additions and 0 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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