1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-10 06:48:26 +00:00

Update more links and mentions to the main branch (#1294)

This commit is contained in:
Parker Lougheed
2022-05-31 05:42:52 -05:00
committed by GitHub
parent 9b840e61c8
commit 3c608d0882
7 changed files with 28 additions and 28 deletions

View File

@@ -17,4 +17,4 @@ If you need help, consider asking for advice on the #hackers-devrel channel on [
[Flutter Style Guide]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo
[CLA]: https://cla.developers.google.com/
[Discord]: https://github.com/flutter/flutter/wiki/Chat
[Contributors Guide]: https://github.com/flutter/samples/blob/master/CONTRIBUTING.md
[Contributors Guide]: https://github.com/flutter/samples/main/master/CONTRIBUTING.md

View File

@@ -16,7 +16,7 @@ defaults:
jobs:
# Run the stable test script on the beta channel. Since this branch will soon
# be merged into master as our stable-targeting code, this is the key thing we
# be merged into main as our stable-targeting code, this is the key thing we
# need to test.
stable-tests-on-beta:
runs-on: ${{ matrix.os }}

View File

@@ -1,4 +1,4 @@
name: Master Branch CI
name: Main Branch CI
# Declare default permissions as read only.
permissions: read-all