Skip to content

Commit 9bbab7c

Browse files
authored
Merge pull request #880 from carpentries/frog-workflow-1
Specify pull request trigger types
2 parents 7b0b6e6 + dea38c6 commit 9bbab7c

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)