1
0
Fork 0
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:
winlin 2023-01-11 11:39:05 +08:00
parent edb4866889
commit 1ead71891c

View file

@ -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