Skip to content

Commit

Permalink
(ci): added branches
Browse files Browse the repository at this point in the history
  • Loading branch information
happer64bit committed Aug 5, 2024
1 parent 4f447b0 commit 8b40857
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/performance-monitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8b40857

Please sign in to comment.