Run CI on every commit for consistency with 4.0.x

This commit is contained in:
Stéphane Nicoll
2025-03-23 10:19:11 +01:00
parent 4c81b545d2
commit 893bb9ca81

View File

@@ -1,7 +1,8 @@
name: CI
on:
schedule:
- cron: '30 10 * * *'
push:
branches:
- 'main'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
jobs: