Skip to content

Commit

Permalink
fix(ci): typo in example-previews.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BatuhanW committed May 22, 2024
1 parent 8aed22a commit 0e5c93a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/example-previews.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Deploy Example Previews

on:
pull_request:
branches:
- master
workflow_dispatch:
inputs:
example:
Expand Down Expand Up @@ -30,11 +32,11 @@ jobs:
id: filter
with:
filters: |
'finefoods-antd': 'examples/finefoods-antd'
'finefoods-mui': 'examples/finefoods-mui'
'app-crm': 'examples/app-crm'
'pixels': 'examples/pixels'
'invoicer': 'examples/invoicer'
'finefoods-antd': 'examples/finefoods-antd/**'
'finefoods-mui': 'examples/finefoods-mui/**'
'app-crm': 'examples/app-crm/**'
'pixels': 'examples/pixels/**'
'invoicer': 'examples/invoicer/**'
preview:
runs-on: ubuntu-latest
needs: changes
Expand Down

0 comments on commit 0e5c93a

Please sign in to comment.