Update aboveS20.yml

This commit is contained in:
Alessandro Autiero
2024-10-01 12:25:57 +02:00
committed by GitHub
parent 8c23005667
commit ed4ae29f72

View File

@@ -34,22 +34,12 @@ 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: Checkout master branch build-master:
uses: actions/checkout@v3 uses: ./.github/workflows/msbuild.yml
with: with:
ref: master branch: master
- name: Build the master branch build-aboveS20:
uses: ./../.github/workflows/msbuild.yml uses: ./.github/workflows/msbuild.yml
with: with:
branch: master branch: aboveS20
- name: Checkout aboveS20 branch
uses: actions/checkout@v3
with:
ref: aboveS20
- name: Build the aboveS20 branch
uses: ./../.github/workflows/msbuild.yml
with:
branch: aboveS20