Skip to content

Commit

Permalink
Update GitHub workflows to include stream-nb-* branches (ydb-platform…
Browse files Browse the repository at this point in the history
  • Loading branch information
SammyVimes authored and alexv-smirnov committed Jun 13, 2024
1 parent 6862187 commit cd8d537
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/postcommit_asan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- 'main'
- 'stable-*'
- 'stream-nb-*'
paths-ignore:
- 'ydb/docs/**'
- '.github/**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/postcommit_relwithdebinfo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- 'main'
- 'stable-*'
- 'stream-nb-*'
paths-ignore:
- 'ydb/docs/**'
- '.github/**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- 'main'
- 'stable-*'
- 'stream-nb-*'
paths-ignore:
- 'ydb/docs/**'
- '*'
Expand Down

0 comments on commit cd8d537

Please sign in to comment.