Skip to content

Commit 1850d85

Browse files
committed
Remove path specification for pushes to master.
1 parent 3579448 commit 1850d85

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.github/workflows/memory_leak.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
- master
7-
paths:
8-
- 'src/_pyawaitable/**'
9-
- '.github/workflows/memory_leak.yml'
107
pull_request:
118
branches:
129
- master

.github/workflows/tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ on:
44
push:
55
branches:
66
- master
7-
paths:
8-
- 'tests/**'
9-
- 'src/**'
10-
- '.github/workflows/tests.yml'
117
pull_request:
128
branches:
139
- master

0 commit comments

Comments
 (0)