Skip to content

Commit

Permalink
add push paths as well
Browse files Browse the repository at this point in the history
  • Loading branch information
jaisnan committed Aug 22, 2024
1 parent efc68d0 commit 9557879
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/pr_approval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@ name: Check PR Approvals
on:
workflow_dispatch:
pull_request:
types:
- opened
- edited
branches: [ main ]
pull_request_review:
types: [submitted]
push:
paths:
- 'library/**'
- 'doc/src/challenges/'
- '.github/workflows'

jobs:
check-approvals:
Expand Down

0 comments on commit 9557879

Please sign in to comment.