Fix scorecards default branch. (#1275)

pull/1277/head
godofredoc 2 years ago committed by GitHub
parent a05475d61e
commit 572cb3dc40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,7 +3,7 @@ on:
# Only the default branch is supported. # Only the default branch is supported.
branch_protection_rule: branch_protection_rule:
push: push:
branches: [ master ] branches: [ main ]
# Declare default permissions as read only. # Declare default permissions as read only.
permissions: read-all permissions: read-all

Loading…
Cancel
Save