Skip to content

Commit 36a705f

Browse files
committed
ci: switch to flutter master and enable default test workflows for feature branches
1 parent c92ed82 commit 36a705f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/dart.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
on:
22
pull_request:
33
push:
4-
branches:
5-
- main
64

75
jobs:
86
smoke:
@@ -12,7 +10,7 @@ jobs:
1210
- uses: actions/checkout@v3
1311
- uses: subosito/flutter-action@v2
1412
with:
15-
channel: 'stable'
13+
channel: 'master'
1614
- name: "Install Tools"
1715
run: ./.github/workflows/scripts/install-tools.sh
1816
- name: "Run Smoke Tests"
@@ -24,7 +22,7 @@ jobs:
2422
- uses: actions/checkout@v3
2523
- uses: subosito/flutter-action@v2
2624
with:
27-
channel: 'stable'
25+
channel: 'master'
2826
- name: "Install Tools"
2927
run: ./.github/workflows/scripts/install-tools.sh
3028
- name: "Run Unit Tests"

0 commit comments

Comments
 (0)