Skip to content

Commit aee8c44

Browse files
committed
Fix the pre-submit for the flutter-intellij project
See #7937 for context
1 parent ea614c4 commit aee8c44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/presubmit.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
pull_request:
1010
push:
1111
branches:
12-
- master
12+
- main
1313
workflow_dispatch:
1414

1515
permissions:

.github/workflows/presubmit.yaml.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88
push:
99
branches:
10-
- master
10+
- main
1111
workflow_dispatch:
1212

1313
permissions:

0 commit comments

Comments
 (0)