1
0
mirror of https://github.com/flutter/samples.git synced 2026-04-04 18:51:05 +00:00

Fix scorecards default branch. (#1275)

This commit is contained in:
godofredoc
2022-05-18 11:14:51 -07:00
committed by GitHub
parent a05475d61e
commit 572cb3dc40

View File

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