Chore: Add push to main trigger to lint-build-docs workflow (#102653)

* baldm0mma/ add push to main trigger for docs lint and build

* baldm0mma/ update naming
This commit is contained in:
Jev Forsberg
2025-03-24 09:56:47 -06:00
committed by GitHub
parent c76a681a43
commit 1adcee17ca
2 changed files with 9 additions and 1 deletions
@@ -7,6 +7,14 @@ on:
- 'docs/**'
- 'packages/**/*.md'
- 'latest.json'
push:
branches:
- main
paths:
- '*.md'
- 'docs/**'
- 'packages/**/*.md'
- 'latest.json'
jobs:
docs: