We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e418f5 commit 313a49fCopy full SHA for 313a49f
.github/workflows/deploy.yml
@@ -1,22 +1,21 @@
1
name: Safe Bookstore deploy
2
3
on:
4
- push:
5
- branches:
6
- - master
+ release:
+ types: [published]
7
8
jobs:
9
deploy:
10
runs-on: ubuntu-latest
11
12
steps:
13
- uses: actions/checkout@v4
14
-
+
15
- name: Setup .NET
16
uses: actions/setup-dotnet@v3
17
with:
18
dotnet-version: 8.0.x
19
20
- name: Restore tools
21
run: dotnet tool restore
22
0 commit comments