Skip to content

Commit

Permalink
update: ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NHZEX committed May 15, 2024
1 parent b5af89e commit 788dc8e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: ci

on: [push]
on:
schedule:
- cron: "0 16 * * *"
push:
pull_request:

jobs:
phpunit:
Expand Down

0 comments on commit 788dc8e

Please sign in to comment.