diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4853f6c75..df20a1988 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,8 @@ on: - - pull_request - - push + pull_request: + push: + schedule: + - cron: '0 0 * * *' name: build diff --git a/.github/workflows/mutation.yml b/.github/workflows/mutation.yml index 031737c77..58e67d378 100644 --- a/.github/workflows/mutation.yml +++ b/.github/workflows/mutation.yml @@ -1,8 +1,8 @@ on: pull_request: push: - branches: - - "master" + schedule: + - cron: '0 0 * * *' name: mutation test diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 078ced776..ab28b1d21 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -1,6 +1,8 @@ on: - - pull_request - - push + pull_request: + push: + schedule: + - cron: '0 0 * * *' name: static analysis