Revert "Testing the branch strategy matrix concept to be used for the nightly build"

This reverts commit 1354e367b7.
This commit is contained in:
Benedek Farkas
2024-03-08 10:57:07 +01:00
parent 1354e367b7
commit a3e6e4887f

View File

@@ -15,15 +15,10 @@ jobs:
run:
shell: pwsh
runs-on: windows-latest
strategy:
matrix:
branch: [dev, 1.10.x]
steps:
- name: Clone repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
ref: ${{ matrix.branch }}
- name: Restore NuGet packages
run: nuget restore src/Orchard.sln