Skip to content

Commit 5b81aed

Browse files
committed
Run CI once a month
1 parent f3008c6 commit 5b81aed

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/ci.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@
22
name: CI
33

44
on:
5-
- push
6-
- pull_request
5+
push:
6+
branches:
7+
- '**'
8+
pull_request:
9+
branches:
10+
- '**'
11+
schedule:
12+
- cron: '0 4 1 * *'
713

814
jobs:
915
rspec:

0 commit comments

Comments
 (0)