mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
Update aboveS20.yml
This commit is contained in:
committed by
GitHub
parent
9c2cfc973a
commit
1c47a757f2
18
.github/workflows/aboveS20.yml
vendored
18
.github/workflows/aboveS20.yml
vendored
@@ -34,12 +34,22 @@ jobs:
|
|||||||
git commit -m "Add #define ABOVE_S20 to inc.h in aboveS20 branch"
|
git commit -m "Add #define ABOVE_S20 to inc.h in aboveS20 branch"
|
||||||
git push origin aboveS20
|
git push origin aboveS20
|
||||||
|
|
||||||
- name: Builds the master branch
|
- name: Checkout master branch
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
ref: master
|
||||||
|
|
||||||
|
- name: Build the master branch
|
||||||
uses: ./.github/workflows/msbuild.yml
|
uses: ./.github/workflows/msbuild.yml
|
||||||
with:
|
with:
|
||||||
branch: "master"
|
branch: master
|
||||||
|
|
||||||
- name: Builds the aboveS20 branch
|
- name: Checkout aboveS20 branch
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
ref: aboveS20
|
||||||
|
|
||||||
|
- name: Build the aboveS20 branch
|
||||||
uses: ./.github/workflows/msbuild.yml
|
uses: ./.github/workflows/msbuild.yml
|
||||||
with:
|
with:
|
||||||
branch: "aboveS20"
|
branch: aboveS20
|
||||||
|
|||||||
Reference in New Issue
Block a user