diff options
author | AlexSm <81806911+alexv-smirnov@users.noreply.github.com> | 2023-05-31 14:57:51 +0000 |
---|---|---|
committer | alexv-smirnov <alex@ydb.tech> | 2023-05-31 17:57:51 +0300 |
commit | 589732cff72b783c284a50a76fdfeeaab2074969 (patch) | |
tree | 16d1b5ff68199348ebed4fadb527b6e8a5c0f945 | |
parent | c6cc16a082ccfb808746450519b396809e644c17 (diff) | |
download | ydb-589732cff72b783c284a50a76fdfeeaab2074969.tar.gz |
Add stable branches to pr-check
Add stable branches to pr-check
Pull Request resolved: #232
-rw-r--r-- | .github/workflows/pr_check.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/pr_check.yml b/.github/workflows/pr_check.yml index cbdd63acc8..c50690b1de 100644 --- a/.github/workflows/pr_check.yml +++ b/.github/workflows/pr_check.yml @@ -3,6 +3,7 @@ on: pull_request_target: branches: - 'main' + - 'stable-*' paths-ignore: - 'ydb/docs/**' types: |