Skip to content

Commit 9783c2a

Browse files
committed
run gh actions daily
Signed-off-by: Nobuhiro MIKI <nob@bobuhiro11.net>
1 parent b4f07f5 commit 9783c2a

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/action.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: action
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
branches: [main]
5+
schedule:
6+
- cron: '0 0 * * *'
7+
pull_request:
38
jobs:
49
lint:
510
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)