mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 10:52:22 +01:00
Update aboveS20.yml
This commit is contained in:
committed by
GitHub
parent
8084a087aa
commit
62dedcab8a
19
.github/workflows/aboveS20.yml
vendored
19
.github/workflows/aboveS20.yml
vendored
@@ -34,15 +34,12 @@ jobs:
|
||||
git commit -m "Add #define ABOVE_S20 to inc.h in aboveS20 branch"
|
||||
git push origin aboveS20
|
||||
|
||||
build-master:
|
||||
uses: .github/workflows/msbuild.yml
|
||||
with:
|
||||
branch: "master"
|
||||
- name: Builds the master branch
|
||||
uses: ./.github/workflows/msbuild.yml
|
||||
with:
|
||||
branch: "master"
|
||||
|
||||
build-aboveS20:
|
||||
uses: .github/workflows/msbuild.yml
|
||||
with:
|
||||
branch: "aboveS20"
|
||||
|
||||
|
||||
|
||||
- name: Builds the aboveS20 branch
|
||||
uses: ./.github/workflows/msbuild.yml
|
||||
with:
|
||||
branch: "aboveS20"
|
||||
|
||||
Reference in New Issue
Block a user