Skip to content

Commit 5adbf31

Browse files
committed
feat: Updated images
1 parent f30bcb5 commit 5adbf31

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.github/workflows/update-screenshot.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
name: Update screenshot on comment
22
on:
3-
pull_request:
4-
# issue_comment:
5-
# types: [created]
3+
issue_comment:
4+
types: [created]
65
jobs:
76
update-screenshots:
87
name: Update Screenshot
9-
# if: github.event.issue.pull_request && contains(github.event.comment.body, '/approve-snapshots')
8+
if: github.event.issue.pull_request && contains(github.event.comment.body, '/approve-snapshots')
109
runs-on: ubuntu-latest
1110
permissions:
1211
contents: write
Loading
Loading
Loading

0 commit comments

Comments
 (0)