Skip to content

Commit

Permalink
.github/workflows/doc-build*.yml: Do not run on pushes to branches
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Mar 24, 2024
1 parent 16cd5d7 commit 13eb11a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doc-build-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build documentation (PDF)

on:
pull_request:
push:
merge_group:
workflow_dispatch:
# Allow to run manually
inputs:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
pull_request:
merge_group:
push:
branches:
- master
- develop
tags:
# Match all release tags including beta, rc
- '[0-9]+.[0-9]+'
Expand Down

0 comments on commit 13eb11a

Please sign in to comment.