From 7cdbc9fa6e9d12fefd2ae550cbd2849e918a0f75 Mon Sep 17 00:00:00 2001 From: Hamza Mahjoubi Date: Fri, 31 Jan 2025 13:23:44 +0700 Subject: [PATCH] ci(npm-audit-fix): fix branches Signed-off-by: Hamza Mahjoubi --- .github/workflows/npm-audit-fix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml index 4a2cd5018..213afecec 100644 --- a/.github/workflows/npm-audit-fix.yml +++ b/.github/workflows/npm-audit-fix.yml @@ -21,7 +21,7 @@ jobs: strategy: fail-fast: false matrix: - branches: ['main', 'master','stable31', 'stable30'] + branches: ['main', 'stable7.0','stable6.1', 'stable6.0'] name: npm-audit-fix-${{ matrix.branches }}