Skip to content

Commit

Permalink
lint-docs: lint docs-0.8 branch (#4165)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcb authored May 27, 2024
1 parent 1ede6c3 commit d3743e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-lint-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: lint-docs

on:
push:
branches: [ main, next ]
branches: [ main, docs-0.8 ]
pull_request:
branches: [ main, next ]
branches: [ main, docs-0.8 ]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down

0 comments on commit d3743e7

Please sign in to comment.