Prepare 3.0.x branch

This commit is contained in:
Andy Wilkinson
2025-01-30 15:05:19 +00:00
parent 7b7a1f858f
commit 5cfd3dad59
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -2,7 +2,7 @@ name: CI
on:
push:
branches:
- main
- '3.0.x'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
jobs: