We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29fa656 commit be78f8bCopy full SHA for be78f8b
.github/workflows/seahorse.yml
@@ -1,9 +1,8 @@
1
name: Seahorse Build
2
3
on:
4
- pull_request:
5
- branches:
6
- - main
+ schedule:
+ - cron: '0 0 1 * *'
7
8
jobs:
9
build:
0 commit comments