Skip to content

Commit 0661dff

Browse files
committed
Fixups
1 parent 4290354 commit 0661dff

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/memory_check.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ on:
55
branches:
66
- master
77
paths:
8-
- 'src/'
9-
- '.github/workflows'
8+
- 'src/**'
9+
- '.github/workflows/memory_check.yml'
1010
pull_request:
1111
branches:
1212
- master
1313
paths:
14-
- 'src/'
15-
- '.github/workflows'
14+
- 'src/**'
15+
- '.github/workflows/memory_check.yml'
1616

1717
env:
1818
PYTHONUNBUFFERED: "1"

.github/workflows/tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ on:
55
branches:
66
- master
77
paths:
8-
- 'tests/'
9-
- 'src/'
10-
- '.github/workflows'
8+
- 'tests/**'
9+
- 'src/**'
10+
- '.github/workflows/tests.yml'
1111
pull_request:
1212
branches:
1313
- master
1414
paths:
15-
- 'tests/'
16-
- 'src/'
17-
- '.github/workflows'
15+
- 'tests/**'
16+
- 'src/**'
17+
- '.github/workflows/tests.yml'
1818

1919
concurrency:
2020
group: test-${{ github.head_ref }}

0 commit comments

Comments
 (0)