Skip to content

Commit

Permalink
pr target
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmchase committed Nov 11, 2024
1 parent 78231a2 commit f4e478b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main
pull_request:
pull_request_target:
types: [opened, reopened, synchronize]

permissions:
Expand All @@ -18,7 +18,7 @@ jobs:
pull-requests: write

steps:
- uses: actions/checkout@master
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v2
with:
deno-version: v2.x
Expand Down

0 comments on commit f4e478b

Please sign in to comment.