Update aboveS20.yml

This commit is contained in:
Alessandro Autiero
2024-10-01 12:23:20 +02:00
committed by GitHub
parent 1c47a757f2
commit 8c23005667

View File

@@ -40,7 +40,7 @@ jobs:
ref: master ref: master
- name: Build the master branch - name: Build the master branch
uses: ./.github/workflows/msbuild.yml uses: ./../.github/workflows/msbuild.yml
with: with:
branch: master branch: master
@@ -50,6 +50,6 @@ jobs:
ref: aboveS20 ref: aboveS20
- name: Build the aboveS20 branch - name: Build the aboveS20 branch
uses: ./.github/workflows/msbuild.yml uses: ./../.github/workflows/msbuild.yml
with: with:
branch: aboveS20 branch: aboveS20