From f6d7bcfd88b99e33c39cf8b1658a6f251e0c67d5 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Tue, 25 Jun 2024 18:30:08 -0300 Subject: [PATCH] chore: Update lint-js.yml to trigger checks on requested actions --- .github/workflows/lint-js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-js.yml b/.github/workflows/lint-js.yml index aafd15f4a..b528ee8ed 100644 --- a/.github/workflows/lint-js.yml +++ b/.github/workflows/lint-js.yml @@ -5,7 +5,7 @@ on: paths: - "src/frontend/**" merge_group: - branches: [dev] + types: [checks_requested] env: NODE_VERSION: "21"