We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c10919d commit 9fe507eCopy full SHA for 9fe507e
1 file changed
.github/workflows/deploy.yml
@@ -1,5 +1,7 @@
1
on:
2
push:
3
+ branches:
4
+ - dev
5
workflow_dispatch:
6
name: 🚀 Deploy website on push
7
jobs:
@@ -13,11 +15,9 @@ jobs:
13
15
uses: actions/setup-dotnet@v4
14
16
with:
17
dotnet-version: |
- 8.0.x
- 9.0.x
18
10.0.x
19
- name: Install dependencies
20
- run: dotnet restore
+ run: dotnet restore --configuration Release
21
- name: Build with dotnet
22
run: dotnet build --configuration Release --no-restore
23
- name: Publish
0 commit comments