We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1e17c8 commit 6021742Copy full SHA for 6021742
.github/workflows/update-screenshot.yml
@@ -1,7 +1,8 @@
1
name: Update screenshot on comment
2
on:
3
- issue_comment:
4
- types: [created]
+ pull_request:
+ # issue_comment:
5
+ # types: [created]
6
jobs:
7
update-screenshots:
8
name: Update Screenshot
0 commit comments