Skip to content

Commit

Permalink
modified workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
skartknet committed Oct 7, 2023
1 parent eaf7957 commit 224d5a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ jobs:
- name: Fetch all history for all tags and branches
run: git fetch --prune --unshallow

- name: Setup .NET Core SDK 6.x
uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.x'

- name: Setup .NET Core SDK 7.x
uses: actions/setup-dotnet@v3
with:
Expand Down
10 changes: 3 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Our.Umbraco.Iconic - Release

on:
push:
branches: [ master ]

branches:
- 'v12/main'
- 'v5/main'
env:
SOLUTION: Iconic.sln
PLUGIN_PROJECT: Our.Iconic/Our.Iconic.csproj
Expand Down Expand Up @@ -34,11 +35,6 @@ jobs:
echo ::set-output name=prerelease::false
fi
- name: Setup .NET Core SDK 6.x
uses: actions/setup-dotnet@v3

with:
dotnet-version: 6.x

- name: Setup .NET Core SDK 7.x
uses: actions/setup-dotnet@v3
Expand Down

0 comments on commit 224d5a4

Please sign in to comment.