Skip to content

Commit

Permalink
ci: always build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Mar 31, 2023
1 parent 6f32caf commit f22303f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,8 @@ on:
push:
branches: ["master", "release/*"]
tags: ["*"]
# use this event type to share secrets with forks.
# it's important that the PR head SHA is checked out to run the changes
pull_request:
branches: ["master", "release/*"]
paths:
- ".github/workflows/docs-build.yml"
- "requirements/**"
- "docs/**"
- "src/**"
- "setup.py"
- "pyproject.toml" # includes metadata used in the package creation
- "!*.md"
- "!**/*.md"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref }}
Expand Down

0 comments on commit f22303f

Please sign in to comment.