Skip to content

Commit edd9c3a

Browse files
committed
add on: pull_request: so we can test if tests work
1 parent f98cce7 commit edd9c3a

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/serverless-init-vulnerability-scan.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: "Serverless Init Vulnerability Scan"
22

33
on:
4+
pull_request:
45
schedule:
56
# daily at midnight
67
- cron: "0 0 * * *"

.github/workflows/vulnerability-scan.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: "Vulnerability Scan"
22

33
on:
4+
pull_request:
45
schedule:
56
# daily at midnight
67
- cron: "0 0 * * *"

0 commit comments

Comments
 (0)