diff options
author | Joas Schilling <coding@schilljs.com> | 2023-11-23 09:12:46 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2023-11-23 10:09:39 +0100 |
commit | 2f26f647abedce9e4b661a993b3a2f14cc0b21c8 (patch) | |
tree | e465a2979ba8648b82e5604af1b02fc9ac349a71 /.github/workflows/npm-audit-fix.yml | |
parent | 09879700aa5a1ff354ce1366638da56720b4aa08 (diff) | |
download | nextcloud-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.yml | 2 |
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 }} |