Skip to content

Commit 098b016

Browse files
committed
Fix typo in yaml filenames
1 parent c58fb37 commit 098b016

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/mergesort_gtest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ on:
88
push:
99
paths:
1010
- 'mergesort/**'
11-
- '.github/workflows/mergesort_gtest.yaml'
12-
- '.github/workflows/mergesort_test_valgrind.yaml'
11+
- '.github/workflows/mergesort_gtest.yml'
12+
- '.github/workflows/mergesort_test_valgrind.yml'
1313
workflow_dispatch:
1414

1515
jobs:

.github/workflows/mergesort_test_valgrind.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ on:
88
push:
99
paths:
1010
- 'mergesort/**'
11-
- '.github/workflows/mergesort_gtest.yaml'
12-
- '.github/workflows/mergesort_test_valgrind.yaml'
11+
- '.github/workflows/mergesort_gtest.yml'
12+
- '.github/workflows/mergesort_test_valgrind.yml'
1313
workflow_dispatch:
1414

1515
jobs:

0 commit comments

Comments
 (0)