mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-07 17:32:31 +00:00
ci: only run scorecards against main
branch
This commit is contained in:
parent
77d32cdcec
commit
7abd982f85
2
.github/workflows/scorecards.yml
vendored
2
.github/workflows/scorecards.yml
vendored
@ -12,7 +12,7 @@ on:
|
|||||||
schedule:
|
schedule:
|
||||||
- cron: '20 7 * * 2'
|
- cron: '20 7 * * 2'
|
||||||
push:
|
push:
|
||||||
branches: ["main", "3.x"]
|
branches: ["main"]
|
||||||
|
|
||||||
# Declare default permissions as read only.
|
# Declare default permissions as read only.
|
||||||
permissions: read-all
|
permissions: read-all
|
||||||
|
Loading…
Reference in New Issue
Block a user