Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ name: Security
on:
push:
branches: [main]
paths:
- "package.json"
pull_request:
# The branches below must be a subset of the branches above
branches: [main]
paths:
- "package.json"
Comment on lines +9 to +10
Copy link
Member

@code-asher code-asher Sep 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we add to the main push as well? Not a huge deal but it does kinda give a bad look to have seemingly failing CI on main.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh yeah good call!

schedule:
# Runs every Monday morning PST
- cron: "17 15 * * 1"
Expand Down