Skip to content

Commit

Permalink
chore: Use pull_request_target. (#176)
Browse files Browse the repository at this point in the history
Change-Id: I3e05330215921607fd4e49af8ebee0abad1a8771
  • Loading branch information
arriolac committed Jul 13, 2022
1 parent 2f7223c commit 840ef5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/instrumentation-test.yml
Expand Up @@ -22,6 +22,8 @@ on:
branches-ignore: ['gh-pages']
pull_request:
branches-ignore: ['gh-pages']
pull_request_target:
branches-ignore: ['gh-pages']
workflow_dispatch:

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -22,6 +22,8 @@ on:
branches-ignore: ['gh-pages']
pull_request:
branches-ignore: ['gh-pages']
pull_request_target:
branches-ignore: ['gh-pages']
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 840ef5d

Please sign in to comment.