Skip to content

Commit 6bb7b0d

Browse files
Schedule GitHub workflows (#79)
1 parent bcfe256 commit 6bb7b0d

3 files changed

Lines changed: 10 additions & 6 deletions

File tree

.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,8 +1,10 @@
11
name: static analysis
22

33
on:
4-
- pull_request
5-
- push
4+
pull_request:
5+
push:
6+
schedule:
7+
- cron: '0 0 * * *'
68

79
jobs:
810
mutation:

0 commit comments

Comments
 (0)