Only trigger CI on created or edited comments

This commit is contained in:
Clément Renault 2023-10-11 15:15:15 +02:00
parent 432df03c4c
commit 3e0471edae
No known key found for this signature in database
GPG Key ID: F250A4C4E3AE5F5F

View File

@ -1,5 +1,7 @@
name: Benchmarks (PR)
on: issue_comment
on:
issue_comment:
types: [created, edited]
permissions:
issues: write