Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-mcl committed Dec 11, 2020
2 parents 4b55568 + 7a2a09b commit 5c2e824
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: Build
on:
workflow_dispatch:
push:
branches:
- master # Default release branch
- develop
- 'releases/**'
paths:
- 'Plotly.Blazor/**'
- 'Plotly.Blazor/**'
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -15,7 +16,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.300
dotnet-version: 5.0.101
- name: Build with dotnet
run: dotnet build --configuration Release
- name: Test with dotnet
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
name: Examples

on:
workflow_dispatch:
push:
branches:
- master
Expand All @@ -23,7 +24,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.1.300'
dotnet-version: '5.0.101'

- name: Build
run: dotnet build '${{ env.AZURE_WEBAPP_PACKAGE_PATH }}' --configuration Release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.300
dotnet-version: 5.0.101
- name: Build with dotnet
run: dotnet build --configuration Release
- name: Test with dotnet
Expand Down

0 comments on commit 5c2e824

Please sign in to comment.