Skip to content

Commit

Permalink
Enable the workflow_dispatch on CI, fix tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Elanis committed Nov 11, 2022
1 parent c31772c commit 6af497b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ name: .NET
on:
push:
branches: [ "main" ]
tags:
tags: [ "*" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:

env:
SONAR_KEY: dysnomia-common-sql
Expand Down

0 comments on commit 6af497b

Please sign in to comment.