Skip to content

Commit 2d6c813

Browse files
Schedule GitHub workflows (#74)
Co-authored-by: Alexander Makarov <sam@rmcreative.ru>
1 parent 94b82dd commit 2d6c813

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/bc.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: backwards compatibility
68
jobs:

.github/workflows/mutation.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
on:
22
pull_request:
33
push:
4-
branches:
5-
- "master"
64
schedule:
75
- cron: '0 0 * * *'
86

0 commit comments

Comments
 (0)