diff options
Diffstat (limited to '.github/workflows/pr-comment.yml')
| -rw-r--r-- | .github/workflows/pr-comment.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pr-comment.yml b/.github/workflows/pr-comment.yml index 9f3d2880..15f0c02d 100644 --- a/.github/workflows/pr-comment.yml +++ b/.github/workflows/pr-comment.yml @@ -5,7 +5,7 @@ name: PR comment on: pull_request_target: - branches: [ develop ] + branches: [ main ] paths-ignore: - 'doc/**' - '**.md' |
