aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/pr-comment.yml
diff options
context:
space:
mode:
authorFinlay Davidson <finlay.davidson@coderclass.nl>2023-03-01 23:42:29 +0100
committerRiku Isokoski <riksu9000@gmail.com>2023-03-02 09:45:47 +0200
commit3b084d74c3b3864a4ce666dce0285aaf43a48a29 (patch)
treef10572424b672988235a73b293b8aa588712b183 /.github/workflows/pr-comment.yml
parent692a9bee5d560b7df6e2a72036291460fefa3498 (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.yml2
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'