diff options
| author | Kevin J Hoerr <kjhoerr@protonmail.com> | 2025-03-10 16:46:16 -0400 |
|---|---|---|
| committer | Kevin J Hoerr <kjhoerr@protonmail.com> | 2025-03-10 16:46:16 -0400 |
| commit | 4535f77e0fe817dbbca4ef4f02f2d84430f4e1dc (patch) | |
| tree | f24d9c3c83f9228a269d20e0e75cf6965ce46423 /.github/workflows/pull_requests.yml | |
| parent | d49340b3bb68a5b7d4d9dfce8a069f3c29cbc2fa (diff) | |
| download | submelon.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/pull_requests.yml')
| -rw-r--r-- | .github/workflows/pull_requests.yml | 6 |
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 |
