Skip to content

Commit

Permalink
Update pr-comment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacoblightning authored Aug 4, 2024
1 parent 050f2a6 commit 87e1d5e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pr-comment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Comment on pull request
on:
pull_request:
branches: [ "main" ]
workflow_run:
workflows: ['build and upload']
types: [completed]
jobs:
pr_comment:
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
Expand Down

0 comments on commit 87e1d5e

Please sign in to comment.