mirror of
https://github.com/coder/code-server.git
synced 2026-04-13 11:38:50 -05:00
refactor: run security on package.json changes (#5602)
* refactor: run security on package.json changes * fixup: add to main push too
This commit is contained in:
6
.github/workflows/security.yaml
vendored
6
.github/workflows/security.yaml
vendored
@@ -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"
|
||||
schedule:
|
||||
# Runs every Monday morning PST
|
||||
- cron: "17 15 * * 1"
|
||||
|
||||
Reference in New Issue
Block a user