Skip to content

Commit 598d6e5

Browse files
committed
Setup GitHub Actions CI
1 parent a12ecb8 commit 598d6e5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ master ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ master ]
88

99
jobs:
1010
build:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# enum_to_string
22

33
[![CI](https://github.com/rknell/flutterEnumsToString/actions/workflows/ci.yml/badge.svg)](https://github.com/rknell/flutterEnumsToString/actions)
4-
[![codecov](https://codecov.io/gh/rknell/flutterEnumsToString/branch/main/graph/badge.svg)](https://codecov.io/gh/rknell/flutterEnumsToString)
4+
[![codecov](https://codecov.io/gh/rknell/flutterEnumsToString/branch/master/graph/badge.svg)](https://codecov.io/gh/rknell/flutterEnumsToString)
55

66
Better conversion of ENUMs to string - It also can handle converting back again!
77

0 commit comments

Comments
 (0)