diff --git a/.github/workflows/build-and-test-macos.yaml b/.github/workflows/build-and-test-macos.yaml index 68f5484fa..63ce352dc 100644 --- a/.github/workflows/build-and-test-macos.yaml +++ b/.github/workflows/build-and-test-macos.yaml @@ -14,6 +14,7 @@ on: - 'doc/**' - 'LICENSES/**' - '*.Md' + - '*.md' pull_request: paths-ignore: - 'src/platforms/esp32/**' @@ -21,6 +22,7 @@ on: - 'doc/**' - 'LICENSES/**' - '*.Md' + - '*.md' concurrency: group: ${{ github.workflow }}-${{ github.ref != 'refs/heads/master' && github.ref || github.run_id }} diff --git a/.github/workflows/build-and-test-other.yaml b/.github/workflows/build-and-test-other.yaml index 98d160c00..3a3f3e14f 100644 --- a/.github/workflows/build-and-test-other.yaml +++ b/.github/workflows/build-and-test-other.yaml @@ -14,6 +14,7 @@ on: - 'doc/**' - 'LICENSES/**' - '*.Md' + - '*.md' pull_request: paths-ignore: - 'src/platforms/esp32/**' @@ -21,6 +22,7 @@ on: - 'doc/**' - 'LICENSES/**' - '*.Md' + - '*.md' concurrency: group: ${{ github.workflow }}-${{ github.ref != 'refs/heads/master' && github.ref || github.run_id }} diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index 11878b217..6e1dd0171 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -14,6 +14,7 @@ on: - 'doc/**' - 'LICENSES/**' - '*.Md' + - '*.md' pull_request: paths-ignore: - 'src/platforms/esp32/**' @@ -21,6 +22,7 @@ on: - 'doc/**' - 'LICENSES/**' - '*.Md' + - '*.md' concurrency: group: ${{ github.workflow }}-${{ github.ref != 'refs/heads/master' && github.ref || github.run_id }} diff --git a/.github/workflows/codeql-analysis.yaml b/.github/workflows/codeql-analysis.yaml index 05212e0dd..64a340132 100644 --- a/.github/workflows/codeql-analysis.yaml +++ b/.github/workflows/codeql-analysis.yaml @@ -14,6 +14,8 @@ on: - 'libs/**' - 'doc/**' - 'LICENSES/**' + - '*.Md' + - '*.md' pull_request: paths-ignore: - 'src/platforms/esp32/**' @@ -21,6 +23,8 @@ on: - 'libs/**' - 'doc/**' - 'LICENSES/**' + - '*.Md' + - '*.md' schedule: - cron: '45 18 * * 5' diff --git a/.github/workflows/run-tests-with-beam.yaml b/.github/workflows/run-tests-with-beam.yaml index fb54c8935..172ded566 100644 --- a/.github/workflows/run-tests-with-beam.yaml +++ b/.github/workflows/run-tests-with-beam.yaml @@ -14,6 +14,7 @@ on: - 'doc/**' - 'LICENSES/**' - '*.Md' + - '*.md' pull_request: paths-ignore: - 'src/platforms/esp32/**' @@ -21,6 +22,7 @@ on: - 'doc/**' - 'LICENSES/**' - '*.Md' + - '*.md' concurrency: group: ${{ github.workflow }}-${{ github.ref != 'refs/heads/master' && github.ref || github.run_id }}