Skip to content

Commit adf85df

Browse files
author
Matthias Koeppe
committed
.github/workflows/{build,doc-build}.yml: Use default event types for pull_request trigger
1 parent 2958f16 commit adf85df

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Build & Test
22

33
on:
44
pull_request:
5-
types: [opened, synchronize]
65
push:
76
workflow_dispatch:
87
# Allow to run manually

.github/workflows/doc-build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Build documentation
22

33
on:
44
pull_request:
5-
types: [opened, synchronize]
65
push:
76
workflow_dispatch:
87
# Allow to run manually

0 commit comments

Comments
 (0)