Skip to content

Commit

Permalink
Schedule GitHub workflows (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorprogger committed Aug 25, 2021
1 parent 2dc0195 commit d2d973d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
on:
pull_request:
push:
branches:
- "master"
schedule:
- cron: '0 0 * * *'

name: mutation test

Expand Down

0 comments on commit d2d973d

Please sign in to comment.