Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
.github/workflows/{build,doc-build}.yml: Use default event types for …
Browse files Browse the repository at this point in the history
…pull_request trigger
  • Loading branch information
mkoeppe committed Jan 27, 2023
1 parent 2958f16 commit adf85df
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Build & Test

on:
pull_request:
types: [opened, synchronize]
push:
workflow_dispatch:
# Allow to run manually
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Build documentation

on:
pull_request:
types: [opened, synchronize]
push:
workflow_dispatch:
# Allow to run manually
Expand Down

0 comments on commit adf85df

Please sign in to comment.