We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f97f3e commit 46c0778Copy full SHA for 46c0778
.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/build.yml
name: build
.github/workflows/mutation.yml
@@ -1,8 +1,8 @@
pull_request:
push:
- branches:
- - "master"
name: mutation test
.github/workflows/static.yml
name: static analysis
0 commit comments