Skip to content

Commit

Permalink
feat: more granular triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
glenngillen committed Jun 13, 2024
1 parent 1f8daa4 commit 5e72b17
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/screenshots-in-pr.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: "comment-on-pr"

on: [pull_request]
on:
pull_request:
types:
- opened
- edited
- synchronize
paths:
- 'src/**/*'

jobs:
cypress-run:
Expand Down

0 comments on commit 5e72b17

Please sign in to comment.