diff --git a/.github/workflows/lv_sim.yml b/.github/workflows/lv_sim.yml index 951b3c8d..7b02fb1c 100644 --- a/.github/workflows/lv_sim.yml +++ b/.github/workflows/lv_sim.yml @@ -8,11 +8,13 @@ on: paths-ignore: - 'doc/**' - 'images/**' + - '**.md' pull_request: branches: [ develop ] paths-ignore: - 'doc/**' - 'images/**' + - '**.md' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 69cdb715..0f0686b6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,11 +11,13 @@ on: paths-ignore: - 'doc/**' - 'images/**' + - '**.md' pull_request: branches: [ develop ] paths-ignore: - 'doc/**' - 'images/**' + - '**.md' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: