aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorKevin J Hoerr <kjhoerr@protonmail.com>2025-03-10 16:46:16 -0400
committerKevin J Hoerr <kjhoerr@protonmail.com>2025-03-10 16:46:16 -0400
commit4535f77e0fe817dbbca4ef4f02f2d84430f4e1dc (patch)
treef24d9c3c83f9228a269d20e0e75cf6965ce46423 /.github/workflows
parentd49340b3bb68a5b7d4d9dfce8a069f3c29cbc2fa (diff)
downloadsubmelon.dev-4535f77e0fe817dbbca4ef4f02f2d84430f4e1dc.tar.gz
submelon.dev-4535f77e0fe817dbbca4ef4f02f2d84430f4e1dc.tar.bz2
submelon.dev-4535f77e0fe817dbbca4ef4f02f2d84430f4e1dc.zip
pull_requests.yml: Switch event to pull_request_target
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/pull_requests.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml
index f070bbe..b302c8e 100644
--- a/.github/workflows/pull_requests.yml
+++ b/.github/workflows/pull_requests.yml
@@ -1,7 +1,7 @@
name: submelon.dev PR
on:
- pull_request:
+ pull_request_target:
branches: [ "trunk" ]
jobs:
@@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
- node-version: [18.x]
+ node-version: [22.x]
steps:
- uses: actions/checkout@v4
@@ -30,4 +30,4 @@ jobs:
- name: Test formatting
run: yarn prettier -c src
- name: Test build
- run: yarn build \ No newline at end of file
+ run: yarn build