Skip to content

Commit 0f268ae

Browse files
committed
Update paths on which changes prompt workflows to run
1 parent 8103d17 commit 0f268ae

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

.github/workflows/arraymerge_gtest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
paths:
1212
- 'array_merge/**'
1313
- 'mergesort/mergesort.[ch]'
14+
- '.github/workflows/**'
1415
workflow_dispatch:
1516

1617
jobs:

.github/workflows/arraymerge_test_valgrind.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
paths:
1212
- 'array_merge/**'
1313
- 'mergesort/mergesort.[ch]'
14+
- '.github/workflows/**'
1415
workflow_dispatch:
1516

1617
jobs:

.github/workflows/mergesort_gtest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
push:
99
paths:
1010
- 'mergesort/**'
11+
- '.github/workflows/mergesort-gtest.yaml'
12+
- '.github/workflows/mergesort-test-valgrind.yaml'
1113
workflow_dispatch:
1214

1315
jobs:

.github/workflows/mergesort_test_valgrind.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
push:
99
paths:
1010
- 'mergesort/**'
11+
- '.github/workflows/mergesort-gtest.yaml'
12+
- '.github/workflows/mergesort-test-valgrind.yaml'
1113
workflow_dispatch:
1214

1315
jobs:

0 commit comments

Comments
 (0)