mirror of
https://github.com/cdr/code-server.git
synced 2026-05-05 11:00:41 +02: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:
parent
7f0c4d785f
commit
8629d6a474
1 changed files with 4 additions and 2 deletions
6
.github/workflows/security.yaml
vendored
6
.github/workflows/security.yaml
vendored
|
|
@ -3,9 +3,11 @@ name: Security
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
paths:
|
||||||
|
- "package.json"
|
||||||
pull_request:
|
pull_request:
|
||||||
# The branches below must be a subset of the branches above
|
paths:
|
||||||
branches: [main]
|
- "package.json"
|
||||||
schedule:
|
schedule:
|
||||||
# Runs every Monday morning PST
|
# Runs every Monday morning PST
|
||||||
- cron: "17 15 * * 1"
|
- cron: "17 15 * * 1"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue