Fix workflow configuration for 6.2.x branch
This commit is contained in:
parent
fe8573c0ab
commit
828980bd44
|
@ -2,7 +2,7 @@ name: Build and Deploy Snapshot
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- 6.2.x
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
jobs:
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
name: CI
|
||||
on:
|
||||
schedule:
|
||||
- cron: '30 9 * * *'
|
||||
push:
|
||||
branches:
|
||||
- 6.22.x
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
jobs:
|
||||
|
|
Loading…
Reference in New Issue