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