Update aboveS20.yml

This commit is contained in:
Alessandro Autiero
2024-10-01 12:15:33 +02:00
committed by GitHub
parent 8084a087aa
commit 62dedcab8a

View File

@@ -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
- name: Builds the master branch
uses: ./.github/workflows/msbuild.yml
with:
branch: "master"
build-aboveS20:
uses: .github/workflows/msbuild.yml
- name: Builds the aboveS20 branch
uses: ./.github/workflows/msbuild.yml
with:
branch: "aboveS20"