Skip to content

Commit

Permalink
fix(ci): check npm audit only on release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jankapunkt committed Jun 1, 2023
1 parent fcbab16 commit 1887cc1
Show file tree
Hide file tree
Showing 4 changed files with 1,482 additions and 5,097 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/Audit.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: NPM Audits

# Runs NPM audits when pushing to release branches
# Forces you to fix all vulnerabilities

on:
push:
branches:
- master
- main
- release

pull_request:
Expand Down
3 changes: 3 additions & 0 deletions app/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# React Native App

This is the RN app.

0 comments on commit 1887cc1

Please sign in to comment.