Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,12 @@

name: Documentation

permissions:
contents: read

on:
pull_request:
types: [opened, reopened, synchronize]
push:
branches:
- main # docs are built only on push to main branch, for feature branches there are PR builds
- main
merge_group:
types: [checks_requested]
release:
Expand Down
Loading