chore: run docs and cli builds on all PRs (#16954)
All the other workflows already do this.pull/16960/head
parent
d7a6e78bf0
commit
8c2d02c362
|
|
@ -6,7 +6,6 @@ on:
|
|||
- 'cli/**'
|
||||
- '.github/workflows/cli.yml'
|
||||
pull_request:
|
||||
branches: [main]
|
||||
paths:
|
||||
- 'cli/**'
|
||||
- '.github/workflows/cli.yml'
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@ on:
|
|||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
branches: [main]
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue