Prepare 4.0.x branch

This commit is contained in:
Stéphane Nicoll
2025-03-09 10:32:19 +01:00
parent 57e3880ce3
commit 6e9ebb2ef0
3 changed files with 5 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ name: Build and Deploy Snapshot
on:
push:
branches:
- main
- '4.0.x'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
jobs:

View File

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