Fix workflow configuration for 6.2.x branch

This commit is contained in:
Brian Clozel 2024-11-15 15:35:32 +01:00
parent fe8573c0ab
commit 828980bd44
2 changed files with 4 additions and 3 deletions

View File

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

View File

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