Skip to content

Commit

Permalink
Schedule GitHub workflows (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorprogger committed Aug 25, 2021
1 parent 6998f74 commit 13c05a9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
@@ -1,6 +1,8 @@
on:
- pull_request
- push
pull_request:
push:
schedule:
- cron: '0 0 * * *'

name: build

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mutation.yml
@@ -1,8 +1,8 @@
on:
pull_request:
push:
branches:
- "master"
schedule:
- cron: '0 0 * * *'

name: mutation test

Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/static.yml
@@ -1,6 +1,8 @@
on:
- pull_request
- push
pull_request:
push:
schedule:
- cron: '0 0 * * *'

name: static analysis

Expand Down

0 comments on commit 13c05a9

Please sign in to comment.