diff --git a/.github/workflows/analyze.yml b/.github/workflows/analyze.yml index b4308ef2..68ddcfdf 100644 --- a/.github/workflows/analyze.yml +++ b/.github/workflows/analyze.yml @@ -15,6 +15,7 @@ on: branches: - master paths-ignore: + - '**/docs.yml' - '**.md' workflow_dispatch: diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c56cebcf..9d1d77bb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,6 +16,7 @@ on: branches: - master paths-ignore: + - '**/docs.yml' - '**.md' workflow_dispatch: diff --git a/.github/workflows/compat.yml b/.github/workflows/compat.yml index 0f5d9ff8..33813cd3 100644 --- a/.github/workflows/compat.yml +++ b/.github/workflows/compat.yml @@ -15,6 +15,7 @@ on: branches: - master paths-ignore: + - '**/docs.yml' - '**.md' workflow_dispatch: diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 9dc11d4f..6a7bc666 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -15,6 +15,7 @@ on: branches: - master paths-ignore: + - '**/docs.yml' - '**.md' workflow_dispatch: diff --git a/.github/workflows/config.yml b/.github/workflows/config.yml index 9f5cd9e1..12afb128 100644 --- a/.github/workflows/config.yml +++ b/.github/workflows/config.yml @@ -15,6 +15,7 @@ on: branches: - master paths-ignore: + - '**/docs.yml' - '**.md' workflow_dispatch: diff --git a/.github/workflows/deprecated/color.yml b/.github/workflows/deprecated/color.yml index f2c0880a..cb0befcb 100644 --- a/.github/workflows/deprecated/color.yml +++ b/.github/workflows/deprecated/color.yml @@ -15,6 +15,7 @@ on: branches: - master paths-ignore: + - '**/docs.yml' - '**.md' workflow_dispatch: diff --git a/.github/workflows/deprecated/error.yml b/.github/workflows/deprecated/error.yml index 38694563..130a43bf 100644 --- a/.github/workflows/deprecated/error.yml +++ b/.github/workflows/deprecated/error.yml @@ -15,6 +15,7 @@ on: branches: - master paths-ignore: + - '**/docs.yml' - '**.md' workflow_dispatch: diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 5ac010b6..0914f887 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -15,6 +15,7 @@ on: branches: - master paths-ignore: + - '**/docs.yml' - '**.md' workflow_dispatch: diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 7c021718..f47e46b7 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -6,13 +6,13 @@ on: - master - docs paths: - - '**.yml' + - '**/docs.yml' - docs/** pull_request: branches: - master paths: - - '**.yml' + - '**/docs.yml' - docs/** workflow_dispatch: diff --git a/.github/workflows/emacs.yml b/.github/workflows/emacs.yml index f9b87bcf..dacf340d 100644 --- a/.github/workflows/emacs.yml +++ b/.github/workflows/emacs.yml @@ -15,6 +15,7 @@ on: branches: - master paths-ignore: + - '**/docs.yml' - '**.md' workflow_dispatch: diff --git a/.github/workflows/exec.yml b/.github/workflows/exec.yml index b3f9bf5b..21d1c64b 100644 --- a/.github/workflows/exec.yml +++ b/.github/workflows/exec.yml @@ -15,6 +15,7 @@ on: branches: - master paths-ignore: + - '**/docs.yml' - '**.md' workflow_dispatch: diff --git a/.github/workflows/exit_status.yml b/.github/workflows/exit_status.yml index 584307c0..3c0f96e0 100644 --- a/.github/workflows/exit_status.yml +++ b/.github/workflows/exit_status.yml @@ -15,6 +15,7 @@ on: branches: - master paths-ignore: + - '**/docs.yml' - '**.md' workflow_dispatch: diff --git a/.github/workflows/global.yml b/.github/workflows/global.yml index 2b442bc3..a9087a02 100644 --- a/.github/workflows/global.yml +++ b/.github/workflows/global.yml @@ -15,6 +15,7 @@ on: branches: - master paths-ignore: + - '**/docs.yml' - '**.md' workflow_dispatch: diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index 73de7816..64345cf9 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -15,6 +15,7 @@ on: branches: - master paths-ignore: + - '**/docs.yml' - '**.md' workflow_dispatch: diff --git a/.github/workflows/link.yml b/.github/workflows/link.yml index e583c48e..7a575d9a 100644 --- a/.github/workflows/link.yml +++ b/.github/workflows/link.yml @@ -15,6 +15,7 @@ on: branches: - master paths-ignore: + - '**/docs.yml' - '**.md' workflow_dispatch: diff --git a/.github/workflows/local.yml b/.github/workflows/local.yml index 9fca1d5c..ac56b500 100644 --- a/.github/workflows/local.yml +++ b/.github/workflows/local.yml @@ -15,6 +15,7 @@ on: branches: - master paths-ignore: + - '**/docs.yml' - '**.md' workflow_dispatch: diff --git a/.github/workflows/options.yml b/.github/workflows/options.yml index 2da22a76..35e18ed1 100644 --- a/.github/workflows/options.yml +++ b/.github/workflows/options.yml @@ -15,6 +15,7 @@ on: branches: - master paths-ignore: + - '**/docs.yml' - '**.md' workflow_dispatch: diff --git a/.github/workflows/outdated_upgrade.yml b/.github/workflows/outdated_upgrade.yml index 404757a3..2654c941 100644 --- a/.github/workflows/outdated_upgrade.yml +++ b/.github/workflows/outdated_upgrade.yml @@ -15,6 +15,7 @@ on: branches: - master paths-ignore: + - '**/docs.yml' - '**.md' workflow_dispatch: diff --git a/.github/workflows/search.yml b/.github/workflows/search.yml index 93783d04..a79a86f5 100644 --- a/.github/workflows/search.yml +++ b/.github/workflows/search.yml @@ -15,6 +15,7 @@ on: branches: - master paths-ignore: + - '**/docs.yml' - '**.md' workflow_dispatch: diff --git a/.github/workflows/test_buttercup.yml b/.github/workflows/test_buttercup.yml index 68ab1b8d..d8a8dca0 100644 --- a/.github/workflows/test_buttercup.yml +++ b/.github/workflows/test_buttercup.yml @@ -15,6 +15,7 @@ on: branches: - master paths-ignore: + - '**/docs.yml' - '**.md' workflow_dispatch: diff --git a/.github/workflows/test_ecukes.yml b/.github/workflows/test_ecukes.yml index 0b36aedd..5633087f 100644 --- a/.github/workflows/test_ecukes.yml +++ b/.github/workflows/test_ecukes.yml @@ -15,6 +15,7 @@ on: branches: - master paths-ignore: + - '**/docs.yml' - '**.md' workflow_dispatch: diff --git a/.github/workflows/test_ert-runner.yml b/.github/workflows/test_ert-runner.yml index 76cfeca0..7decd111 100644 --- a/.github/workflows/test_ert-runner.yml +++ b/.github/workflows/test_ert-runner.yml @@ -15,6 +15,7 @@ on: branches: - master paths-ignore: + - '**/docs.yml' - '**.md' workflow_dispatch: diff --git a/.github/workflows/test_ert.yml b/.github/workflows/test_ert.yml index a2dcea9b..9b652994 100644 --- a/.github/workflows/test_ert.yml +++ b/.github/workflows/test_ert.yml @@ -15,6 +15,7 @@ on: branches: - master paths-ignore: + - '**/docs.yml' - '**.md' workflow_dispatch: