We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b64dd2f commit 9f65833Copy full SHA for 9f65833
.github/workflows/miss_hit_quality.yml
@@ -3,7 +3,9 @@ name: miss_hit_quality
3
on:
4
push:
5
branches:
6
+ - main
7
- master
8
+ - dev
9
pull_request:
10
branches: '*'
11
.github/workflows/miss_hit_style.yml
@@ -3,7 +3,9 @@ name: miss_hit_style
.github/workflows/run_tests.yml
@@ -17,11 +17,13 @@ name: tests and coverage
17
18
19
20
- - '*'
21
+ - master
22
23
24
25
schedule:
- - cron: "* * 1 * *"
26
+ - cron: "0 0 1 * *"
27
28
env:
29
OCTFLAGS: --no-gui --no-window-system --silent
0 commit comments