Skip to content

Commit

Permalink
refactor: add on pull request target
Browse files Browse the repository at this point in the history
  • Loading branch information
Caixetadev committed Sep 1, 2023
1 parent b2b1bba commit 9d3451d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/lint-pr.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: lint-pr

on:
pull_request:
# types:
# - opened
# - edited
# - synchronize
pull_request_target:
types:
- opened
- edited
- synchronize
branches:
- '**'
- main

jobs:
main:
Expand Down

0 comments on commit 9d3451d

Please sign in to comment.