Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zen0x7 authored Jan 26, 2025
1 parent d7cce0e commit e48c4a4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
name: ci

on:
schedule:
- cron: "0 0 * * *"
push:

jobs:
docker:
strategy:
matrix:
version: [8.3]
version: [8.3, 8.4]
variant: [debug, release]
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit e48c4a4

Please sign in to comment.