Skip to content

Commit dea38c6

Browse files
committed
Specify pull request trigger types
1 parent 7b0b6e6 commit dea38c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/website.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on:
44
branches:
55
- gh-pages
66
- main
7-
pull_request: []
7+
pull_request:
8+
types: [opened, synchronize, reopened]
89
jobs:
910
build-website:
1011
if: ${{ !endsWith(github.repository, '/styles') }}

0 commit comments

Comments
 (0)