From d00a5d1e373161279676f48cf5bd67138dc85901 Mon Sep 17 00:00:00 2001 From: mashuptwice Date: Thu, 11 Aug 2022 01:42:17 +0200 Subject: workflow: ignore changes in *.md files --- .github/workflows/lv_sim.yml | 2 ++ .github/workflows/main.yml | 2 ++ 2 files changed, 4 insertions(+) (limited to '.github') 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: -- cgit v1.2.3