Skip to content

Commit 6c5d5b1

Browse files
committed
ci: remove pull_request trigger from workflows, push is sufficient
1 parent c836113 commit 6c5d5b1

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/lint-and-type-check.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ on:
44
push:
55
branches:
66
- '**'
7-
pull_request:
8-
branches:
9-
- '**'
107

118
jobs:
129
lint-and-type-check:

.github/workflows/pyinstaller.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: PyInstaller Builds
33
on:
44
push:
55
branches: [ '**' ]
6-
pull_request:
7-
branches: [ '**' ]
86
workflow_dispatch:
97

108
jobs:

0 commit comments

Comments
 (0)