mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-16 13:48:13 +00:00
ci: only run scorecards against main
branch
This commit is contained in:
parent
6d971ddc91
commit
51bc415422
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