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) name: Build latest (3DS)
on: [push] on: [push, workflow_dispatch]
concurrency: concurrency:
group: ${{ github.ref }}-3ds group: ${{ github.ref }}-3ds

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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