Skip to content

Commit 828980b

Browse files
committed
Fix workflow configuration for 6.2.x branch
1 parent fe8573c commit 828980b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/build-and-deploy-snapshot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build and Deploy Snapshot
22
on:
33
push:
44
branches:
5-
- main
5+
- 6.2.x
66
concurrency:
77
group: ${{ github.workflow }}-${{ github.ref }}
88
jobs:

.github/workflows/ci.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: CI
22
on:
3-
schedule:
4-
- cron: '30 9 * * *'
3+
push:
4+
branches:
5+
- 6.22.x
56
concurrency:
67
group: ${{ github.workflow }}-${{ github.ref }}
78
jobs:

0 commit comments

Comments
 (0)