Skip to content

Commit

Permalink
Add push event to lighthouse-prod.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
walnuts1018 committed Jan 27, 2024
1 parent e175032 commit 3f3823a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/lighthouse-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
push:
branches:
- main
paths-ignore:
- "README.md"

concurrency:
group: walnuts.dev
cancel-in-progress: true

jobs:
lhci:
name: Lighthouse
Expand Down

0 comments on commit 3f3823a

Please sign in to comment.