Skip to content

Commit dde20f1

Browse files
authored
Merge pull request #589 from awhitford/noV4
Removed version_4 branch from the trigger.
2 parents 0da4a95 + 5f39112 commit dde20f1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ name: CI
66
# events but only for the master branch
77
on:
88
push:
9-
branches: [ master, version_4 ]
9+
branches: [master]
1010
pull_request:
11-
branches: [ master, version_4 ]
11+
branches: [master]
1212

1313
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1414
jobs:
@@ -32,7 +32,7 @@ jobs:
3232
flutter pub get
3333
flutter test --coverage
3434
35-
- name: Upload coverage to Codecov
36-
uses: codecov/codecov-action@v1
37-
with:
35+
- name: Upload coverage to Codecov
36+
uses: codecov/codecov-action@v1
37+
with:
3838
file: coverage/lcov.info

0 commit comments

Comments
 (0)