Skip to content

Commit 8e9af62

Browse files
committed
run workflow only on pull_request
1 parent 99d4058 commit 8e9af62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
on:
2-
pull_request_target:
2+
pull_request:
33
types: [opened, edited, reopened, synchronize]
44

55
jobs:

.github/workflows/pr-closed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
on:
2-
pull_request_target:
2+
pull_request:
33
types:
44
- closed
55

0 commit comments

Comments
 (0)