Skip to content

Commit 8be19ab

Browse files
authored
Update GitHub workflows to include stream-nb-* branches (#2669)
1 parent 26f3ef1 commit 8be19ab

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/postcommit_asan.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- 'main'
77
- 'stable-*'
8+
- 'stream-nb-*'
89
paths-ignore:
910
- 'ydb/docs/**'
1011
- '.github/**'

.github/workflows/postcommit_relwithdebinfo.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches:
55
- 'main'
66
- 'stable-*'
7+
- 'stream-nb-*'
78
paths-ignore:
89
- 'ydb/docs/**'
910
- '.github/**'

.github/workflows/pr_check.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches:
55
- 'main'
66
- 'stable-*'
7+
- 'stream-nb-*'
78
paths-ignore:
89
- 'ydb/docs/**'
910
- '*'

0 commit comments

Comments
 (0)