Skip to content

Commit 0f7ac43

Browse files
authored
Merge pull request #5718 from dibarbet/add_release_branch
Add CI for release branch
2 parents e958254 + f361d75 commit 0f7ac43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: OmniSharp-VSCode CI
22

33
on:
44
push:
5-
branches: [ main, feature/** ]
5+
branches: [ release, main, feature/** ]
66

77
pull_request:
8-
branches: [ main, feature/** ]
8+
branches: [ release, main, feature/** ]
99

1010
jobs:
1111
build:

0 commit comments

Comments
 (0)