We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent face799 commit 49f3daaCopy full SHA for 49f3daa
.github/workflows/ci.yml
@@ -1,8 +1,9 @@
1
name: CI
2
on:
3
push:
4
+ pull_request:
5
schedule:
- - cron: "0 0 * * *" # Nightly at midnight
6
+ - cron: "0 0 * * 1" # Midnight monday
7
8
jobs:
9
style:
0 commit comments