Skip to content

Commit

Permalink
refactor: changed the worfklow event target (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
14Richa authored Aug 10, 2023
1 parent bf723fe commit 61f7e88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-maintainers.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Update MAINTAINERS.yaml in community repo

on:
pull_request:
types: [closed]
push:
branches:
- master
paths:
- 'CODEOWNERS'

jobs:
update-maintainers:
if: github.event.pull_request.merged
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 61f7e88

Please sign in to comment.