Skip to content

Commit e1f3e9f

Browse files
Update ci.yaml
1 parent c8586ac commit e1f3e9f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: ci
22
on:
33
push:
44
branches:
5-
- dev
65
- master
76
paths-ignore:
87
- 'README.md'
@@ -34,4 +33,4 @@ jobs:
3433
- name: Codecov
3534
uses: codecov/codecov-action@v1.0.5
3635
with:
37-
token: ${{ secrets.CODECOV_TOKEN }}
36+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)