Skip to content

Commit

Permalink
scheduled build test
Browse files Browse the repository at this point in the history
  • Loading branch information
glasstiger committed Nov 28, 2023
1 parent 45889a7 commit 88c190d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: build

on: [push]
on:
push:
schedule:
- cron: '*/5 * * * *'

jobs:
test:
Expand Down

0 comments on commit 88c190d

Please sign in to comment.