Skip to content

Commit

Permalink
change deploy to be on release published
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbryant committed Feb 26, 2024
1 parent 0e418f5 commit 313a49f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
name: Safe Bookstore deploy

on:
push:
branches:
- master
release:
types: [published]

jobs:
deploy:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x

- name: Restore tools
run: dotnet tool restore

Expand Down

0 comments on commit 313a49f

Please sign in to comment.