diff --git a/.github/workflows/docs-tests.yml b/.github/workflows/docs-tests.yml deleted file mode 100644 index 89fa96c..0000000 --- a/.github/workflows/docs-tests.yml +++ /dev/null @@ -1,15 +0,0 @@ -# SPDX-FileCopyrightText: 2024 Comcast Cable Communications Management, LLC -# SPDX-License-Identifier: Apache-2.0 ---- -on: - push: - branches: - - 'main' - paths: - - README.md - -jobs: - done: - runs-on: [ ubuntu-latest ] - steps: - - run: echo "No tests to run, but satify the branch rule." \ No newline at end of file diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a330ec7..0479072 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,6 +15,7 @@ on: - 'command/cmd/foo/**' - 'library/**' - 'program/**' + - 'README.md' tags: - 'v1.*'