Update PR-Demo-Comment-with-react.yml

This commit is contained in:
Anthony Stirling 2025-04-10 10:27:01 +01:00 committed by GitHub
parent 8006195dac
commit 503e1653b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
name: PR Deployment via Comment name: PR Deployment via Comment With Reaction
on: on:
issue_comment: issue_comment:
@ -17,7 +17,7 @@ jobs:
github.event.issue.pull_request && github.event.issue.pull_request &&
( (
contains(github.event.comment.body, 'prdeploy') || contains(github.event.comment.body, 'prdeploy') ||
contains(github.event.comment.body, 'deploypr') contains(github.event.comment.body, 'astirlitest')
) )
&& &&
( (