mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-26 04:11:36 +00:00
Thank you GitHub
Signed-off-by: Isaac Marovitz <isaacryu@icloud.com>
This commit is contained in:
parent
7515acb027
commit
319326e095
3 changed files with 6 additions and 3 deletions
3
.github/workflows/build-flatpak.yml
vendored
3
.github/workflows/build-flatpak.yml
vendored
|
|
@ -1,7 +1,8 @@
|
|||
name: Build Project (Flatpak)
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
types: [ opened, synchronize ]
|
||||
push:
|
||||
workflow_dispatch:
|
||||
|
||||
|
|
|
|||
3
.github/workflows/build-linux.yml
vendored
3
.github/workflows/build-linux.yml
vendored
|
|
@ -1,7 +1,8 @@
|
|||
name: Build Project (Linux)
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
types: [ opened, synchronize ]
|
||||
push:
|
||||
workflow_dispatch:
|
||||
|
||||
|
|
|
|||
3
.github/workflows/build-windows.yml
vendored
3
.github/workflows/build-windows.yml
vendored
|
|
@ -1,7 +1,8 @@
|
|||
name: Build Project (Windows)
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
types: [ opened, synchronize ]
|
||||
push:
|
||||
workflow_dispatch:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue