Skip to content

Commit

Permalink
Also trigger workflow on tag creation for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
knah authored Apr 4, 2021
1 parent 02c29f8 commit 5f7d23d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ name: .NET
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
create:
tags:
- '*'

jobs:
build:
Expand Down

0 comments on commit 5f7d23d

Please sign in to comment.