mirror of
https://github.com/ossrs/srs.git
synced 2025-02-14 20:31:56 +00:00
Scorecard: Only update for 5.0release.
This commit is contained in:
parent
edb4866889
commit
1ead71891c
1 changed files with 4 additions and 4 deletions
8
.github/workflows/scorecard.yml
vendored
8
.github/workflows/scorecard.yml
vendored
|
@ -7,13 +7,13 @@ name: Scorecard
|
|||
on:
|
||||
# For Branch-Protection check. Only the default branch is supported. See
|
||||
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection
|
||||
branch_protection_rule:
|
||||
#branch_protection_rule:
|
||||
# To guarantee Maintained check is occasionally updated. See
|
||||
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
|
||||
schedule:
|
||||
- cron: '00 00 * * 6' # At 00:00 on Saturday, see https://crontab.guru/#00_00_*_*_6
|
||||
#schedule:
|
||||
# - cron: '00 00 * * 6' # At 00:00 on Saturday, see https://crontab.guru/#00_00_*_*_6
|
||||
push:
|
||||
branches: [ "develop" ]
|
||||
branches: [ "5.0release" ]
|
||||
|
||||
# Declare default permissions as read only.
|
||||
permissions: read-all
|
||||
|
|
Loading…
Reference in a new issue