Skip to content

Commit 81251ad

Browse files
feat: add push trigger, workflow_dispatch, and master branch to auto-code-review
1 parent 5f7b2b7 commit 81251ad

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/auto-code-review.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,17 @@
66
# TODO/FIXME check, large file check, and PR comment summary).
77
#
88
# The reusable workflow is defined in the org .github repo:
9-
# Coding-Dev-Tools/.github/.github/workflows/auto-code-review.yml@main
9+
# Coding-Dev-Tools/.github/.github/workflows/auto-code-review.yml@main
1010

1111
name: Auto Code Review
1212

1313
on:
1414
pull_request:
15-
branches: [main]
15+
branches: [main, master]
1616
types: [opened, synchronize, reopened]
17+
push:
18+
branches: [main, master]
19+
workflow_dispatch:
1720

1821
permissions:
1922
contents: read

0 commit comments

Comments
 (0)