Skip to content

Commit

Permalink
ci: Do not commit bundles on npm audit fix prs
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliushaertl committed Feb 14, 2024
1 parent afdd4ad commit 5ed6359
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-audit-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
run: |
npm ci
npm run build --if-present
git checkout -- js/
- name: Create Pull Request
if: always()
Expand Down

0 comments on commit 5ed6359

Please sign in to comment.