There was an error while loading. Please reload this page.
1 parent 94b82dd commit 2d6c813Copy full SHA for 2d6c813
.github/workflows/bc.yml
@@ -1,6 +1,8 @@
1
on:
2
- - pull_request
3
- - push
+ pull_request:
+ push:
4
+ schedule:
5
+ - cron: '0 0 * * *'
6
7
name: backwards compatibility
8
jobs:
.github/workflows/mutation.yml
@@ -1,8 +1,6 @@
pull_request:
push:
- branches:
- - "master"
schedule:
- cron: '0 0 * * *'
0 commit comments