From ed4ae29f72a2fde7aaa3062a19f4e4a34675ccc4 Mon Sep 17 00:00:00 2001 From: Alessandro Autiero Date: Tue, 1 Oct 2024 12:25:57 +0200 Subject: [PATCH] Update aboveS20.yml --- .github/workflows/aboveS20.yml | 28 +++++++++------------------- 1 file changed, 9 insertions(+), 19 deletions(-) diff --git a/.github/workflows/aboveS20.yml b/.github/workflows/aboveS20.yml index d27b239..5d0c3b5 100644 --- a/.github/workflows/aboveS20.yml +++ b/.github/workflows/aboveS20.yml @@ -8,7 +8,7 @@ on: permissions: contents: write -jobs: +jobs: update-branches: runs-on: ubuntu-latest steps: @@ -34,22 +34,12 @@ jobs: git commit -m "Add #define ABOVE_S20 to inc.h in aboveS20 branch" git push origin aboveS20 - - name: Checkout master branch - uses: actions/checkout@v3 - with: - ref: master - - - name: Build the master branch - uses: ./../.github/workflows/msbuild.yml - with: - branch: master + build-master: + uses: ./.github/workflows/msbuild.yml + with: + branch: master - - name: Checkout aboveS20 branch - uses: actions/checkout@v3 - with: - ref: aboveS20 - - - name: Build the aboveS20 branch - uses: ./../.github/workflows/msbuild.yml - with: - branch: aboveS20 + build-aboveS20: + uses: ./.github/workflows/msbuild.yml + with: + branch: aboveS20