Skip to content

Commit 9d19455

Browse files
committed
Revert "Disable pull_request_target for the vercel action (#969)"
This reverts commit f455c31.
1 parent 4db28ef commit 9d19455

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/continuous-documentation.yml

+7
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ on:
1010
- 'pygmt/**'
1111
- 'README.rst'
1212
- '.github/workflows/continuous-documentation.yml'
13+
pull_request_target:
14+
paths:
15+
- 'doc/**'
16+
- 'examples/**'
17+
- 'pygmt/**'
18+
- 'README.rst'
19+
- '.github/workflows/continuous-documentation.yml'
1320

1421
jobs:
1522
vercel:

0 commit comments

Comments
 (0)