From 9fecae385f774a19addcd3599190e7040dcaad53 Mon Sep 17 00:00:00 2001 From: justanwar <42809091+justanwar@users.noreply.github.com> Date: Tue, 15 Oct 2024 23:51:07 +0800 Subject: [PATCH] Run Actions when commit is pushed to any branch (#1487) --- .github/workflows/ci-master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-master.yml b/.github/workflows/ci-master.yml index 930eb0628b..a42c390baf 100644 --- a/.github/workflows/ci-master.yml +++ b/.github/workflows/ci-master.yml @@ -5,7 +5,7 @@ on: - 'doc/**' - '**/README.md' branches: - - master + - '**' pull_request: paths-ignore: - 'doc/**'