Skip to content

Commit

Permalink
ONly run on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
parterburn committed Jan 15, 2025
1 parent 3eb51be commit a35ec27
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/reviewer.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: AI Code Reviewer

on: [push]
on:
pull_request:
types:
- opened
- synchronize

permissions: write-all
jobs:
Expand Down

0 comments on commit a35ec27

Please sign in to comment.