Skip to content

Commit 933d44c

Browse files
committed
Fix actions on forks PRs
1 parent 4e885f0 commit 933d44c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- "master"
66
tags-ignore:
77
- "**"
8-
pull_request:
8+
pull_request_target:
99
types: [opened, synchronize]
1010
branches:
1111
- "master"

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- master
77
tags-ignore:
88
- "**"
9-
pull_request:
9+
pull_request_target:
1010
branches:
1111
- master
1212
jobs:

0 commit comments

Comments
 (0)