Skip to content

Commit

Permalink
chore: (#542) deafults, paths 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
inyeong-kang committed Sep 11, 2023
1 parent 533c547 commit d03d579
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/frontend-lighthouse-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
name: Run lighthouse CI When Push
on: [push]
name: Run Lighthouse CI When Push

on:
push:
branches: ['dev']
paths:
- 'frontend/**'

defaults:
run:
working-directory: frontend

jobs:
lhci:
name: Lighthouse CI
Expand Down

0 comments on commit d03d579

Please sign in to comment.