From 7b589ba20f78d9f25d0d3edaec1278cf60f92b33 Mon Sep 17 00:00:00 2001 From: Michael Lee <38788055+jeawhanlee@users.noreply.github.com> Date: Thu, 19 Sep 2024 15:12:46 +0100 Subject: [PATCH] Added develop to workflow trigger (#148) --- .github/workflows/lint_eslint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/lint_eslint.yml b/.github/workflows/lint_eslint.yml index 3c1a0f8..393714a 100644 --- a/.github/workflows/lint_eslint.yml +++ b/.github/workflows/lint_eslint.yml @@ -3,6 +3,7 @@ on: pull_request: branches: - trunk + - develop jobs: lint: