Unverified Commit 0ad369e2 authored by Casey Hillers's avatar Casey Hillers Committed by GitHub

[ci.yaml] Main branch support (#92216)

parent 48b51c3f
...@@ -4,8 +4,9 @@ ...@@ -4,8 +4,9 @@
# for every commit. # for every commit.
# #
# More information at: # More information at:
# * https://github.com/flutter/cocoon/blob/master/CI_YAML.md # * https://github.com/flutter/cocoon/blob/main/CI_YAML.md
enabled_branches: enabled_branches:
- main
- master - master
- dev - dev
- beta - beta
...@@ -269,6 +270,7 @@ targets: ...@@ -269,6 +270,7 @@ targets:
- name: Linux docs_publish - name: Linux docs_publish
enabled_branches: enabled_branches:
- main
- master - master
recipe: flutter/flutter recipe: flutter/flutter
presubmit: false presubmit: false
...@@ -678,6 +680,7 @@ targets: ...@@ -678,6 +680,7 @@ targets:
- name: Linux skp_generator - name: Linux skp_generator
enabled_branches: enabled_branches:
- main
- master - master
recipe: flutter/flutter_drone recipe: flutter/flutter_drone
timeout: 60 timeout: 60
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment