From d1d04bd89f5ee5c7f11d271787aedc7dd865a876 Mon Sep 17 00:00:00 2001 From: Kevin Peterson Date: Tue, 24 Feb 2026 15:33:37 -0600 Subject: [PATCH] Moved the licsense file so it is visible on github --- .github/workflows/ci-scripts-build.yml | 4 ++-- LICENSES/EPICS.txt => LICENSE | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename LICENSES/EPICS.txt => LICENSE (100%) diff --git a/.github/workflows/ci-scripts-build.yml b/.github/workflows/ci-scripts-build.yml index 1510a665..f172ebde 100644 --- a/.github/workflows/ci-scripts-build.yml +++ b/.github/workflows/ci-scripts-build.yml @@ -15,7 +15,7 @@ on: - '**/*.html' - '**/*.md' - '.github/workflows/ci-scripts-build-full.yml' - - 'LICENSES/*' + - 'LICENSE' branches: - master pull_request: @@ -24,7 +24,7 @@ on: - '**/*.html' - '**/*.md' - '.github/workflows/ci-scripts-build-full.yml' - - 'LICENSES/*' + - 'LICENSE' env: SETUP_PATH: .ci-local:.ci diff --git a/LICENSES/EPICS.txt b/LICENSE similarity index 100% rename from LICENSES/EPICS.txt rename to LICENSE