Skip to content

Commit

Permalink
ci(previews): screw it, just run on pull_request (catppuccin#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham authored Oct 27, 2024
1 parent 150f09d commit 5a9b217
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/previews.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@ name: Generate Previews

on:
workflow_dispatch:
pull_request:
types:
- opened
- synchronize
branches:
- main
paths:
- 'icons/**'
- scripts/icons/preview.ts
- scripts/catwalk.ts

jobs:
generate-previews:
Expand Down

0 comments on commit 5a9b217

Please sign in to comment.