Skip to content

Commit

Permalink
Run the workflow when a new GitHub release is published
Browse files Browse the repository at this point in the history
  • Loading branch information
Hafeed3s committed Dec 28, 2023
1 parent e38309b commit 843b87d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ on:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

release:
types:
- published # Run the workflow when a new GitHub release is published
jobs:
build:

Expand Down

0 comments on commit 843b87d

Please sign in to comment.