aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/npm-audit-fix.yml
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-11-23 09:12:46 +0100
committerJoas Schilling <coding@schilljs.com>2023-11-23 10:09:39 +0100
commit2f26f647abedce9e4b661a993b3a2f14cc0b21c8 (patch)
treee465a2979ba8648b82e5604af1b02fc9ac349a71 /.github/workflows/npm-audit-fix.yml
parent09879700aa5a1ff354ce1366638da56720b4aa08 (diff)
downloadnextcloud-server-2f26f647abedce9e4b661a993b3a2f14cc0b21c8.tar.gz
nextcloud-server-2f26f647abedce9e4b661a993b3a2f14cc0b21c8.zip
fix(CI): Add stable28 to GitHub Actions
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github/workflows/npm-audit-fix.yml')
-rw-r--r--.github/workflows/npm-audit-fix.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml
index 051bf4d1f40..f9a61de40d8 100644
--- a/.github/workflows/npm-audit-fix.yml
+++ b/.github/workflows/npm-audit-fix.yml
@@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- branches: ["main", "master", "stable27", "stable26", "stable25", "stable24"]
+ branches: ["main", "master", "stable28", "stable27", "stable26", "stable25", "stable24"]
name: npm-audit-fix-${{ matrix.branches }}