Skip to content

Commit

Permalink
Checks for release branches (#230)
Browse files Browse the repository at this point in the history
Including manual triggers, too.
  • Loading branch information
rainersigwald authored Oct 27, 2022
1 parent d406ecc commit 3425e91
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
branches:
- main
- v*
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit 3425e91

Please sign in to comment.