Skip to content

Commit 9f65833

Browse files
committed
update CI
1 parent b64dd2f commit 9f65833

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/miss_hit_quality.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ name: miss_hit_quality
33
on:
44
push:
55
branches:
6+
- main
67
- master
8+
- dev
79
pull_request:
810
branches: '*'
911

.github/workflows/miss_hit_style.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ name: miss_hit_style
33
on:
44
push:
55
branches:
6+
- main
67
- master
8+
- dev
79
pull_request:
810
branches: '*'
911

.github/workflows/run_tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@ name: tests and coverage
1717
on:
1818
push:
1919
branches:
20-
- '*'
20+
- main
21+
- master
22+
- dev
2123
pull_request:
2224
branches: '*'
2325
schedule:
24-
- cron: "* * 1 * *"
26+
- cron: "0 0 1 * *"
2527

2628
env:
2729
OCTFLAGS: --no-gui --no-window-system --silent

0 commit comments

Comments
 (0)