Skip to content

Commit e32203d

Browse files
committed
ci fix
1 parent 221a0b8 commit e32203d

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Coverage
22
on:
33
push:
44
branches:
5-
- master
5+
- dev
66
- main
77
jobs:
88
coverage:

.github/workflows/deploy_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: deploy_docs
1+
name: Deploy_docs
22
on:
33
push:
44
branches:

.github/workflows/lint.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
name: Tests
2-
on: push
1+
name: Lint
2+
on:
3+
push:
4+
branches:
5+
- dev
6+
- main
37
jobs:
48
tests:
59
runs-on: ubuntu-latest

.github/workflows/tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Tests
2-
on: push
2+
on:
3+
push:
4+
branches:
5+
- dev
6+
- main
37
jobs:
48
tests:
59
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)