Skip to content

Commit f0b13db

Browse files
committed
[GitHub] Do not check pull-requests
1 parent 32da379 commit f0b13db

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

.github/workflows/linux.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
- main
7-
pull_request:
8-
branches:
9-
- main
107

118
concurrency:
129
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/macos.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
- main
7-
pull_request:
8-
branches:
9-
- main
107

118
concurrency:
129
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/windows.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
- main
7-
pull_request:
8-
branches:
9-
- main
107

118
concurrency:
129
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)