Allow triggering workflows manually

This commit is contained in:
UnknownShadow200 2024-05-10 12:49:51 +10:00
parent df3e6834d6
commit 0bcc2c09c0
24 changed files with 24 additions and 24 deletions

View File

@ -1,5 +1,5 @@
name: Build latest (3DS)
on: [push]
on: [push, workflow_dispatch]
concurrency:
group: ${{ github.ref }}-3ds

View File

@ -1,5 +1,5 @@
name: Build latest (Dreamcast)
on: [push]
on: [push, workflow_dispatch]
concurrency:
group: ${{ github.ref }}-dreamcast

View File

@ -1,5 +1,5 @@
name: Build latest (FreeBSD)
on: [push]
on: [push, workflow_dispatch]
concurrency:
group: ${{ github.ref }}-freebsd

View File

@ -1,5 +1,5 @@
name: Build latest (Haiku)
on: [push]
on: [push, workflow_dispatch]
concurrency:
group: ${{ github.ref }}-haiku

View File

@ -1,5 +1,5 @@
name: Build latest (iOS)
on: [push]
on: [push, workflow_dispatch]
concurrency:
group: ${{ github.ref }}-ios

View File

@ -1,5 +1,5 @@
name: Build latest (Linux)
on: [push]
on: [push, workflow_dispatch]
concurrency:
group: ${{ github.ref }}-linux

View File

@ -1,5 +1,5 @@
name: Build latest (macOS 64 bit)
on: [push]
on: [push, workflow_dispatch]
concurrency:
group: ${{ github.ref }}-mac64

View File

@ -1,5 +1,5 @@
name: Build latest (N64)
on: [push]
on: [push, workflow_dispatch]
concurrency:
group: ${{ github.ref }}-n64

View File

@ -1,5 +1,5 @@
name: Build latest (NDS)
on: [push]
on: [push, workflow_dispatch]
concurrency:
group: ${{ github.ref }}-nds

View File

@ -1,5 +1,5 @@
name: Build latest (NetBSD)
on: [push]
on: [push, workflow_dispatch]
concurrency:
group: ${{ github.ref }}-netbsd

View File

@ -1,5 +1,5 @@
name: Build latest (PS2)
on: [push]
on: [push, workflow_dispatch]
concurrency:
group: ${{ github.ref }}-ps2

View File

@ -1,5 +1,5 @@
name: Build latest (PS3)
on: [push]
on: [push, workflow_dispatch]
concurrency:
group: ${{ github.ref }}-ps3

View File

@ -1,5 +1,5 @@
name: Build latest (PSP)
on: [push]
on: [push, workflow_dispatch]
concurrency:
group: ${{ github.ref }}-psp

View File

@ -1,5 +1,5 @@
name: Build latest (RPI)
on: [push]
on: [push, workflow_dispatch]
concurrency:
group: ${{ github.ref }}-rpi

View File

@ -1,5 +1,5 @@
name: Build latest (Saturn)
on: [push]
on: [push, workflow_dispatch]
concurrency:
group: ${{ github.ref }}-saturn

View File

@ -1,5 +1,5 @@
name: Build latest (Switch)
on: [push]
on: [push, workflow_dispatch]
concurrency:
group: ${{ github.ref }}-switch

View File

@ -1,5 +1,5 @@
name: Build latest (Vita)
on: [push]
on: [push, workflow_dispatch]
concurrency:
group: ${{ github.ref }}-vita

View File

@ -1,5 +1,5 @@
name: Build latest (Webclient)
on: [push]
on: [push, workflow_dispatch]
concurrency:
group: ${{ github.ref }}-webclient

View File

@ -1,5 +1,5 @@
name: Build latest (Wii/GameCube)
on: [push]
on: [push, workflow_dispatch]
concurrency:
group: ${{ github.ref }}-wiigc

View File

@ -1,5 +1,5 @@
name: Build latest (WiiU)
on: [push]
on: [push, workflow_dispatch]
concurrency:
group: ${{ github.ref }}-wiiu

View File

@ -1,5 +1,5 @@
name: Build latest (Windows ARM32/64)
on: [push]
on: [push, workflow_dispatch]
concurrency:
group: ${{ github.ref }}-windows-arm

View File

@ -1,5 +1,5 @@
name: Build latest (Windows)
on: [push]
on: [push, workflow_dispatch]
concurrency:
group: ${{ github.ref }}-windows

View File

@ -1,5 +1,5 @@
name: Build latest (Xbox)
on: [push]
on: [push, workflow_dispatch]
concurrency:
group: ${{ github.ref }}-xbox

View File

@ -1,5 +1,5 @@
name: Build latest (Xbox 360)
on: [push]
on: [push, workflow_dispatch]
concurrency:
group: ${{ github.ref }}-xbox360