Browse Source

Fix workflow configuration for 6.2.x branch

pull/33953/head
Brian Clozel 1 year ago
parent
commit
828980bd44
  1. 2
      .github/workflows/build-and-deploy-snapshot.yml
  2. 5
      .github/workflows/ci.yml

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

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

5
.github/workflows/ci.yml

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

Loading…
Cancel
Save