1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +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: on:
# For Branch-Protection check. Only the default branch is supported. See # For Branch-Protection check. Only the default branch is supported. See
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection # 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 # To guarantee Maintained check is occasionally updated. See
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained # https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
schedule: #schedule:
- cron: '00 00 * * 6' # At 00:00 on Saturday, see https://crontab.guru/#00_00_*_*_6 # - cron: '00 00 * * 6' # At 00:00 on Saturday, see https://crontab.guru/#00_00_*_*_6
push: push:
branches: [ "develop" ] branches: [ "5.0release" ]
# Declare default permissions as read only. # Declare default permissions as read only.
permissions: read-all permissions: read-all