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 bcfe256 commit 6bb7b0dCopy full SHA for 6bb7b0d
3 files changed
.github/workflows/build.yml
@@ -1,6 +1,8 @@
1
on:
2
- - pull_request
3
- - push
+ pull_request:
+ push:
4
+ schedule:
5
+ - cron: '0 0 * * *'
6
7
name: build
8
.github/workflows/mutation.yml
@@ -1,8 +1,8 @@
pull_request:
push:
- branches:
- - "master"
name: mutation test
.github/workflows/static.yml
@@ -1,8 +1,10 @@
name: static analysis
9
jobs:
10
mutation:
0 commit comments