diff options
| author | Finlay Davidson <finlay.davidson@coderclass.nl> | 2023-03-01 23:42:29 +0100 |
|---|---|---|
| committer | Riku Isokoski <riksu9000@gmail.com> | 2023-03-02 09:45:47 +0200 |
| commit | 3b084d74c3b3864a4ce666dce0285aaf43a48a29 (patch) | |
| tree | f10572424b672988235a73b293b8aa588712b183 /.github/workflows/pr-comment.yml | |
| parent | 692a9bee5d560b7df6e2a72036291460fefa3498 (diff) | |
branches: Update files to refer to main instead of develop
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' |
