mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-14 10:05:44 -04:00
Allow triggering workflows manually
This commit is contained in:
parent
df3e6834d6
commit
0bcc2c09c0
2
.github/workflows/build_3ds.yml
vendored
2
.github/workflows/build_3ds.yml
vendored
@ -1,5 +1,5 @@
|
||||
name: Build latest (3DS)
|
||||
on: [push]
|
||||
on: [push, workflow_dispatch]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.ref }}-3ds
|
||||
|
2
.github/workflows/build_dreamcast.yml
vendored
2
.github/workflows/build_dreamcast.yml
vendored
@ -1,5 +1,5 @@
|
||||
name: Build latest (Dreamcast)
|
||||
on: [push]
|
||||
on: [push, workflow_dispatch]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.ref }}-dreamcast
|
||||
|
2
.github/workflows/build_freebsd.yml
vendored
2
.github/workflows/build_freebsd.yml
vendored
@ -1,5 +1,5 @@
|
||||
name: Build latest (FreeBSD)
|
||||
on: [push]
|
||||
on: [push, workflow_dispatch]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.ref }}-freebsd
|
||||
|
2
.github/workflows/build_haiku.yml
vendored
2
.github/workflows/build_haiku.yml
vendored
@ -1,5 +1,5 @@
|
||||
name: Build latest (Haiku)
|
||||
on: [push]
|
||||
on: [push, workflow_dispatch]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.ref }}-haiku
|
||||
|
2
.github/workflows/build_ios.yml
vendored
2
.github/workflows/build_ios.yml
vendored
@ -1,5 +1,5 @@
|
||||
name: Build latest (iOS)
|
||||
on: [push]
|
||||
on: [push, workflow_dispatch]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.ref }}-ios
|
||||
|
2
.github/workflows/build_linux.yml
vendored
2
.github/workflows/build_linux.yml
vendored
@ -1,5 +1,5 @@
|
||||
name: Build latest (Linux)
|
||||
on: [push]
|
||||
on: [push, workflow_dispatch]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.ref }}-linux
|
||||
|
2
.github/workflows/build_mac64.yml
vendored
2
.github/workflows/build_mac64.yml
vendored
@ -1,5 +1,5 @@
|
||||
name: Build latest (macOS 64 bit)
|
||||
on: [push]
|
||||
on: [push, workflow_dispatch]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.ref }}-mac64
|
||||
|
2
.github/workflows/build_n64.yml
vendored
2
.github/workflows/build_n64.yml
vendored
@ -1,5 +1,5 @@
|
||||
name: Build latest (N64)
|
||||
on: [push]
|
||||
on: [push, workflow_dispatch]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.ref }}-n64
|
||||
|
2
.github/workflows/build_nds.yml
vendored
2
.github/workflows/build_nds.yml
vendored
@ -1,5 +1,5 @@
|
||||
name: Build latest (NDS)
|
||||
on: [push]
|
||||
on: [push, workflow_dispatch]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.ref }}-nds
|
||||
|
2
.github/workflows/build_netbsd.yml
vendored
2
.github/workflows/build_netbsd.yml
vendored
@ -1,5 +1,5 @@
|
||||
name: Build latest (NetBSD)
|
||||
on: [push]
|
||||
on: [push, workflow_dispatch]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.ref }}-netbsd
|
||||
|
2
.github/workflows/build_ps2.yml
vendored
2
.github/workflows/build_ps2.yml
vendored
@ -1,5 +1,5 @@
|
||||
name: Build latest (PS2)
|
||||
on: [push]
|
||||
on: [push, workflow_dispatch]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.ref }}-ps2
|
||||
|
2
.github/workflows/build_ps3.yml
vendored
2
.github/workflows/build_ps3.yml
vendored
@ -1,5 +1,5 @@
|
||||
name: Build latest (PS3)
|
||||
on: [push]
|
||||
on: [push, workflow_dispatch]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.ref }}-ps3
|
||||
|
2
.github/workflows/build_psp.yml
vendored
2
.github/workflows/build_psp.yml
vendored
@ -1,5 +1,5 @@
|
||||
name: Build latest (PSP)
|
||||
on: [push]
|
||||
on: [push, workflow_dispatch]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.ref }}-psp
|
||||
|
2
.github/workflows/build_rpi.yml
vendored
2
.github/workflows/build_rpi.yml
vendored
@ -1,5 +1,5 @@
|
||||
name: Build latest (RPI)
|
||||
on: [push]
|
||||
on: [push, workflow_dispatch]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.ref }}-rpi
|
||||
|
2
.github/workflows/build_saturn.yml
vendored
2
.github/workflows/build_saturn.yml
vendored
@ -1,5 +1,5 @@
|
||||
name: Build latest (Saturn)
|
||||
on: [push]
|
||||
on: [push, workflow_dispatch]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.ref }}-saturn
|
||||
|
2
.github/workflows/build_switch.yml
vendored
2
.github/workflows/build_switch.yml
vendored
@ -1,5 +1,5 @@
|
||||
name: Build latest (Switch)
|
||||
on: [push]
|
||||
on: [push, workflow_dispatch]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.ref }}-switch
|
||||
|
2
.github/workflows/build_vita.yml
vendored
2
.github/workflows/build_vita.yml
vendored
@ -1,5 +1,5 @@
|
||||
name: Build latest (Vita)
|
||||
on: [push]
|
||||
on: [push, workflow_dispatch]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.ref }}-vita
|
||||
|
2
.github/workflows/build_webclient.yml
vendored
2
.github/workflows/build_webclient.yml
vendored
@ -1,5 +1,5 @@
|
||||
name: Build latest (Webclient)
|
||||
on: [push]
|
||||
on: [push, workflow_dispatch]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.ref }}-webclient
|
||||
|
2
.github/workflows/build_wiigc.yml
vendored
2
.github/workflows/build_wiigc.yml
vendored
@ -1,5 +1,5 @@
|
||||
name: Build latest (Wii/GameCube)
|
||||
on: [push]
|
||||
on: [push, workflow_dispatch]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.ref }}-wiigc
|
||||
|
2
.github/workflows/build_wiiu.yml
vendored
2
.github/workflows/build_wiiu.yml
vendored
@ -1,5 +1,5 @@
|
||||
name: Build latest (WiiU)
|
||||
on: [push]
|
||||
on: [push, workflow_dispatch]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.ref }}-wiiu
|
||||
|
2
.github/workflows/build_win-arm.yml
vendored
2
.github/workflows/build_win-arm.yml
vendored
@ -1,5 +1,5 @@
|
||||
name: Build latest (Windows ARM32/64)
|
||||
on: [push]
|
||||
on: [push, workflow_dispatch]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.ref }}-windows-arm
|
||||
|
2
.github/workflows/build_windows.yml
vendored
2
.github/workflows/build_windows.yml
vendored
@ -1,5 +1,5 @@
|
||||
name: Build latest (Windows)
|
||||
on: [push]
|
||||
on: [push, workflow_dispatch]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.ref }}-windows
|
||||
|
2
.github/workflows/build_xbox.yml
vendored
2
.github/workflows/build_xbox.yml
vendored
@ -1,5 +1,5 @@
|
||||
name: Build latest (Xbox)
|
||||
on: [push]
|
||||
on: [push, workflow_dispatch]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.ref }}-xbox
|
||||
|
2
.github/workflows/build_xbox360.yml
vendored
2
.github/workflows/build_xbox360.yml
vendored
@ -1,5 +1,5 @@
|
||||
name: Build latest (Xbox 360)
|
||||
on: [push]
|
||||
on: [push, workflow_dispatch]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.ref }}-xbox360
|
||||
|
Loading…
x
Reference in New Issue
Block a user