Skip to content

Commit

Permalink
Use pull_request_target for triggering the lint work
Browse files Browse the repository at this point in the history
This should allow the workflow to correctly run on forks
  • Loading branch information
JakeChampion authored Nov 25, 2024
1 parent 00e3a4b commit 63ba8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Lint

on:
pull_request:
pull_request_target:
branches:
- main

Expand Down

0 comments on commit 63ba8b5

Please sign in to comment.