diff options
author | alexv-smirnov <alex@ydb.tech> | 2023-03-30 17:35:00 +0300 |
---|---|---|
committer | alexv-smirnov <alex@ydb.tech> | 2023-03-30 17:35:00 +0300 |
commit | a183599aa5cb2cbf1720a9e897e18c93052941a6 (patch) | |
tree | 88092b707f07b413042cd45b81964bcb7836957c /.github/workflows | |
parent | fad74494597e71c0fcc1810c6c140c880f6d587c (diff) | |
download | ydb-a183599aa5cb2cbf1720a9e897e18c93052941a6.tar.gz |
Pull request target
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/pr_check.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pr_check.yml b/.github/workflows/pr_check.yml index b6004f7ee5..d8d326c366 100644 --- a/.github/workflows/pr_check.yml +++ b/.github/workflows/pr_check.yml @@ -1,6 +1,6 @@ name: PR check on: - pull_request: + pull_request_target: types: [ opened, edited, reopened ] branches: - 'main' |