Skip to content

Commit 08d0b98

Browse files
authored
👷 Simplify pull request workflow triggers (#2016)
1 parent c18a765 commit 08d0b98

4 files changed

Lines changed: 0 additions & 15 deletions

File tree

.github/workflows/build-docs.yml

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

139
jobs:

.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-redistribute.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:

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ on:
55
branches:
66
- main
77
pull_request:
8-
types:
9-
- opened
10-
- synchronize
118
workflow_dispatch:
129
inputs:
1310
debug_enabled:

0 commit comments

Comments
 (0)