Skip to content

Commit

Permalink
do main action on release publish
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhathcock committed Jul 12, 2024
1 parent 343e627 commit b5f0a6e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: .NET Build and Publish
on:
push:
branches: ["main"]
on:
release:
types: [published]

jobs:
build:
Expand Down

0 comments on commit b5f0a6e

Please sign in to comment.