blob: 93f1d786074a59b96df45535037c7d1047e85b8c [file] [log] [blame]
# See https://github.com/google/mono_repo.dart for details on this file
self_validate: format_analyze
github:
on:
# Run CI on pushes to the master branch, and on PRs against master.
push:
branches: master
pull_request:
branches: master
schedule:
- cron: "0 0 * * 0"
merge_stages:
- format_analyze
- run_tests