Skip to content

Commit 2333be1

Browse files
committed
Fix github actions
1 parent 00b1da5 commit 2333be1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coveralls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Coveralls
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77

88
jobs:
99
test:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Audit
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88

99
jobs:

0 commit comments

Comments
 (0)