Chore: Add pushes to main in the storybook-verification workflow (#102496)

baldm0mma/ add pushes to main
This commit is contained in:
Jev Forsberg
2025-03-24 12:35:24 -06:00
committed by GitHub
parent 1e4555c79b
commit 8359474a1c
+7 -1
View File
@@ -4,7 +4,13 @@ on:
pull_request:
paths:
- 'packages/grafana-ui/**'
- '.github/workflows/storybook-verification.yml'
- '!docs/**'
- '!*.md'
push:
branches:
- main
paths:
- 'packages/grafana-ui/**'
- '!docs/**'
- '!*.md'