From 90ffcdfd7c07ee6b796e0be566f933cf33dd0ccb Mon Sep 17 00:00:00 2001 From: justanwar <42809091+justanwar@users.noreply.github.com> Date: Mon, 7 Oct 2024 16:48:27 +0800 Subject: [PATCH] Run Actions when commit is pushed to any branch --- .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/**'