Skip to content

Commit

Permalink
Merge pull request #4321 from nextcloud/ci/fix-npm-audit
Browse files Browse the repository at this point in the history
ci(npm-audit-fix): fix branches
  • Loading branch information
st3iny authored Jan 31, 2025
2 parents b028792 + 7cdbc9f commit b8970c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-audit-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit b8970c7

Please sign in to comment.