Skip to content

Commit bf4c0f7

Browse files
authored
Merge pull request #6 from PickNikRobotics/dsobek-patch-1
Get pre-commit running for PRs
2 parents d88f16d + 365f0ea commit bf4c0f7

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/format.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name: Format
2-
32
on:
4-
workflow_dispatch:
53
pull_request:
6-
push:
7-
branches:
8-
- main
4+
types:
5+
- opened
6+
- reopened
7+
- synchronize
8+
- ready_for_review
9+
workflow_dispatch:
910

1011
jobs:
1112
pre-commit:

0 commit comments

Comments
 (0)