Skip to content

Commit 963e2d1

Browse files
paulirwinclaude
andcommitted
Update CI workflow to run on release/* branches and remove develop
Enable build and tests on release/* branches to support release workflows. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent bb304e5 commit 963e2d1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ name: .NET
22

33
on:
44
push:
5-
branches: [ main, develop ]
5+
branches: [ main, 'release/*' ]
66
pull_request:
7-
branches: [ main, develop ]
7+
branches: [ main, 'release/*' ]
8+
workflow_dispatch:
89

910
jobs:
1011
build:

0 commit comments

Comments
 (0)