Skip to content

Commit

Permalink
Merge pull request #246 from ruby/daily-check
Browse files Browse the repository at this point in the history
Daily check
  • Loading branch information
aycabta committed Jul 2, 2021
2 parents f64abc3 + 61509e7 commit 54ee960
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: build

on: [push, pull_request]
on:
push:
pull_request:
schedule:
- cron: '30 14 * * *'

jobs:
irb:
Expand Down

0 comments on commit 54ee960

Please sign in to comment.