From 4528c56eafb29c30c55efba7c4286ae76e1bfaa3 Mon Sep 17 00:00:00 2001 From: Michael Keller Date: Wed, 1 Jan 2025 18:03:43 +1300 Subject: [PATCH] Fix typo in workflow file. Signed-off-by: Michael Keller --- .github/workflows/check-divecomputer-lists.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-divecomputer-lists.yml b/.github/workflows/check-divecomputer-lists.yml index 61daee3fc..357579233 100644 --- a/.github/workflows/check-divecomputer-lists.yml +++ b/.github/workflows/check-divecomputer-lists.yml @@ -5,7 +5,7 @@ on: branches: - master paths: - - libdivdcomputer/src/descriptor.c + - libdivecomputer/src/descriptor.c - SupportedDivecomputers.txt - SupportedDivecomputers.html - scripts @@ -13,7 +13,7 @@ on: branches: - master paths: - - libdivdcomputer/src/descriptor.c + - libdivecomputer/src/descriptor.c - SupportedDivecomputers.txt - SupportedDivecomputers.html - scripts