Skip to content

Commit

Permalink
Updated build action to run when release is created.
Browse files Browse the repository at this point in the history
  • Loading branch information
ejohnson-dotnet committed Jan 12, 2022
1 parent 65ecfb3 commit 6626537
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: .NET Core

on:
push:
tags:
- '*'
release:
types:
- created

jobs:
build:
Expand Down

0 comments on commit 6626537

Please sign in to comment.