Skip to content

Commit

Permalink
bugfix: incorrect branch for automation
Browse files Browse the repository at this point in the history
Signed-off-by: hoyho <[email protected]>
  • Loading branch information
hoyho committed Jun 13, 2024
1 parent 920e7e2 commit c0bb3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "pre-release"
on:
push:
branches:
- "master"
- "main"
env:
DOTNET_VERSION: '8.0.x'
jobs:
Expand Down

0 comments on commit c0bb3f6

Please sign in to comment.