Skip to content

Commit

Permalink
Change to pull_request_target github action trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasKA committed Nov 18, 2024
1 parent e749a87 commit b5eccaa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- master
pull_request:
pull_request_target:

jobs:
lint:
Expand Down Expand Up @@ -111,7 +111,6 @@ jobs:
steps:
- name: Squash and Merge PR from dependabot
uses: fastify/[email protected]
with:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
merge-method: squash

0 comments on commit b5eccaa

Please sign in to comment.