chore: run docs and cli builds on all PRs (#16954)

All the other workflows already do this.
This commit is contained in:
bo0tzz 2025-03-18 17:55:18 +01:00 committed by GitHub
parent d7a6e78bf0
commit 8c2d02c362
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View File

@ -6,7 +6,6 @@ on:
- 'cli/**' - 'cli/**'
- '.github/workflows/cli.yml' - '.github/workflows/cli.yml'
pull_request: pull_request:
branches: [main]
paths: paths:
- 'cli/**' - 'cli/**'
- '.github/workflows/cli.yml' - '.github/workflows/cli.yml'

View File

@ -3,7 +3,6 @@ on:
push: push:
branches: [main] branches: [main]
pull_request: pull_request:
branches: [main]
release: release:
types: [published] types: [published]