Skip to content

Commit 3ae7c19

Browse files
authored
Use default branch settings in mono-repo.yaml (#4433)
1 parent 67deafd commit 3ae7c19

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/dart.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
name: Dart CI
33
on:
44
push:
5+
branches:
6+
- main
7+
- master
58
pull_request:
69
schedule:
710
- cron: "0 0 * * 0"

mono_repo.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@ self_validate: smoke_test
33
pub_action: get
44

55
github:
6-
on:
7-
push:
8-
pull_request:
9-
schedule:
10-
- cron: "0 0 * * 0"
6+
cron: "0 0 * * 0"
117

128
merge_stages:
139
- smoke_test

0 commit comments

Comments
 (0)