Skip to content

Commit ada5f50

Browse files
fix CI
1 parent b9b3844 commit ada5f50

File tree

3 files changed

+2
-35
lines changed

3 files changed

+2
-35
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Lint
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88

99
jobs:

.github/workflows/master.yml

-33
This file was deleted.

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Tests
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88

99
jobs:

0 commit comments

Comments
 (0)