1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-07 16:34:45 -04:00

Merge pull request #2732 from srcejon/workflow_dispatch

Add workflow_dispatch so github actions can be triggered manually.
This commit is contained in:
Edouard Griffiths
2026-05-20 10:30:04 +02:00
committed by GitHub
5 changed files with 5 additions and 0 deletions
+1
View File
@@ -6,6 +6,7 @@ on:
- linux_github_release
tags:
- 'v*'
workflow_dispatch:
jobs:
build_deb:
+1
View File
@@ -6,6 +6,7 @@ on:
- mac_ci
tags:
- 'v*'
workflow_dispatch:
jobs:
build_mac_x64:
+1
View File
@@ -12,6 +12,7 @@ on:
tags-ignore:
- 'v*'
pull_request:
workflow_dispatch:
jobs:
build:
+1
View File
@@ -7,6 +7,7 @@ on:
- snap
tags:
- 'v*'
workflow_dispatch:
jobs:
build_snap:
+1
View File
@@ -6,6 +6,7 @@ on:
- windows_release
tags:
- 'v*'
workflow_dispatch:
jobs:
build: