Skip to content

Commit 9bcd217

Browse files
Schedule GitHub workflows (#47)
1 parent d943a95 commit 9bcd217

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
on:
2-
- pull_request
3-
- push
2+
pull_request:
3+
push:
4+
schedule:
5+
- cron: '0 0 * * *'
46

57
name: build
68

.github/workflows/mutation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
on:
22
pull_request:
33
push:
4-
branches:
5-
- "master"
4+
schedule:
5+
- cron: '0 0 * * *'
66

77
name: mutation test
88

.github/workflows/static.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
on:
2-
- pull_request
3-
- push
2+
pull_request:
3+
push:
4+
schedule:
5+
- cron: '0 0 * * *'
46

57
name: static analysis
68

0 commit comments

Comments
 (0)