We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe8573c commit 828980bCopy full SHA for 828980b
.github/workflows/build-and-deploy-snapshot.yml
@@ -2,7 +2,7 @@ name: Build and Deploy Snapshot
2
on:
3
push:
4
branches:
5
- - main
+ - 6.2.x
6
concurrency:
7
group: ${{ github.workflow }}-${{ github.ref }}
8
jobs:
.github/workflows/ci.yml
@@ -1,7 +1,8 @@
1
name: CI
- schedule:
- - cron: '30 9 * * *'
+ push:
+ branches:
+ - 6.22.x
0 commit comments