From 88b5e8c27f58de36c47051b87e9873d0b31ca014 Mon Sep 17 00:00:00 2001 From: Dmytro Vyazelenko <696855+vyazelenko@users.noreply.github.com> Date: Fri, 17 Jan 2025 15:47:59 +0100 Subject: [PATCH] Revert "[CI] Do not automatically trigger build when workflow file changes." This reverts commit ad705a9a5159e2e8e8a3b0667e91f5edc3074abf. --- .github/workflows/ci.yml | 2 -- .github/workflows/slow.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 866dc53e1..1b3540bce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,8 +7,6 @@ on: branches: - master - 'release/**' - paths-ignore: - - '.github/workflows/**' pull_request: types: [opened, synchronize] branches: diff --git a/.github/workflows/slow.yml b/.github/workflows/slow.yml index 71ce36708..6f2a234ce 100644 --- a/.github/workflows/slow.yml +++ b/.github/workflows/slow.yml @@ -11,8 +11,6 @@ on: branches: - master - 'release/**' - paths-ignore: - - '.github/workflows/**' pull_request: types: [opened, synchronize] branches: