Skip to content

Commit 75e4b8d

Browse files
committed
Simplify pull request workflow triggers
1 parent 0134b83 commit 75e4b8d

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ name: pre-commit
22

33
on:
44
pull_request:
5-
types:
6-
- opened
7-
- synchronize
8-
95
permissions: {}
106

117
env:

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ on:
55
branches:
66
- main
77
pull_request:
8-
types:
9-
- opened
10-
- synchronize
11-
128
permissions: {}
139

1410
jobs:

0 commit comments

Comments
 (0)