From 5677c7bf55e227b2fbc337a75b061ced8622ddc9 Mon Sep 17 00:00:00 2001 From: Andy Kernel <171799466+starswaitforus@users.noreply.github.com> Date: Tue, 3 Sep 2024 19:07:29 +0200 Subject: [PATCH] allow test pipeline to run on default pr event activity types --- .github/workflows/test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dc7b785..c0df5aa 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,6 @@ on: - 'www/' pull_request: branches: [master] - types: [ready_for_review] paths-ignore: - '**.md' - 'cli/'