Skip to content

Commit

Permalink
trigger on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
kpx-dev committed Aug 9, 2024
1 parent 17a01f2 commit b48060e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/codeguru.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Analyze with CodeGuru Reviewer

on:
- push
- workflow_dispatch # This allows manual triggering of the action through the GitHub UI.
pull_request:
types: [opened]
# - push
# - workflow_dispatch # This allows manual triggering of the action through the GitHub UI.

permissions:
id-token: write
Expand Down

0 comments on commit b48060e

Please sign in to comment.