We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28ff8c0 commit dd532daCopy full SHA for dd532da
.github/workflows/preview.yml
@@ -2,7 +2,9 @@ name: Snapshot
2
3
on:
4
issue_comment:
5
- types: [created]
+ types: [created]
6
+ pull_request:
7
+ branches: [master]
8
9
jobs:
10
build:
0 commit comments