1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +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.
branch_protection_rule:
push:
branches: [ master ]
branches: [ main ]
# Declare default permissions as read only.
permissions: read-all