mirror of
https://github.com/KranX/Vangers.git
synced 2025-11-30 23:15:27 +07:00
full workflow
This commit is contained in:
6
.github/workflows/vangers_linux_build.yml
vendored
6
.github/workflows/vangers_linux_build.yml
vendored
@@ -1,10 +1,6 @@
|
||||
name: Vangers Linux Build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master, 60fps, hd_v2 ]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
6
.github/workflows/vangers_macos_build.yml
vendored
6
.github/workflows/vangers_macos_build.yml
vendored
@@ -1,10 +1,6 @@
|
||||
name: Vangers MacOS Build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master, 60fps, hd_v2 ]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
@@ -1,10 +1,6 @@
|
||||
name: Vangers Windows 32bit Build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master, 60fps, hd_v2 ]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user