Skip to content

Commit 3b79fe4

Browse files
committed
ci: add schedule
1 parent 6944895 commit 3b79fe4

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/main.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
name: Use Markdown Summary
1+
name: Test summary example
22

3-
on: [push]
3+
on:
4+
push:
5+
branches:
6+
- main
7+
schedule:
8+
- cron: '0 2 * * *'
49
jobs:
510
testing:
611
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)