Skip to content

Commit e4f1fae

Browse files
committed
ci: add cron schedule trigger
Also moves/reformats `on` triggers to match other repos.
1 parent 2433110 commit e4f1fae

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
on: [push, pull_request, merge_group]
21
name: rustls-pemfile
32

3+
on:
4+
push:
5+
pull_request:
6+
merge_group:
7+
schedule:
8+
- cron: '0 18 * * *'
9+
410
jobs:
511
rustfmt:
612
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)