Skip to content

Commit e3ffe7b

Browse files
committed
テストを定期実行させとく
1 parent a8acd16 commit e3ffe7b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on:
44
push:
55
branches:
66
- content
7+
schedule:
8+
- cron: '0 6 * * SAT'
79

810
jobs:
9-
build-deploy:
11+
test:
1012
runs-on: ubuntu-latest
1113
steps:
1214
- name: Checkout

0 commit comments

Comments
 (0)