Skip to content

Commit

Permalink
Specify branch for memory leak CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroIntensity committed Dec 22, 2024
1 parent 4d54ca2 commit 3579448
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/memory_leak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
- 'src/_pyawaitable/**'
- '.github/workflows/memory_leak.yml'
pull_request:
branches:
- master
paths:
- 'src/_pyawaitable/**'
- '.github/workflows/memory_leak.yml'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/memory_leak_noop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Memory Leaks (Unchanged)

on:
pull_request:
branches:
- master
paths-ignore:
- 'src/_pyawaitable/**'
- '.github/workflows/memory_leak.yml'
Expand Down

0 comments on commit 3579448

Please sign in to comment.