diff --git a/.github/workflows/performance-monitor.yml b/.github/workflows/performance-monitor.yml index c4d06be..3f3f2b9 100644 --- a/.github/workflows/performance-monitor.yml +++ b/.github/workflows/performance-monitor.yml @@ -2,9 +2,13 @@ name: Lighthouse Report Generation on: push: - branches: [ git-workflows ] + branches: + - main + - dev pull_request: - branches: [ git-workflows ] + branches: + - main + - dev jobs: lighthouse: