Skip to content

Merge pull request #208 from jhnc-oss/206-pytest #23

Merge pull request #208 from jhnc-oss/206-pytest

Merge pull request #208 from jhnc-oss/206-pytest #23

Workflow file for this run

name: sync-main
on:
push:
branches: [main]
permissions:
contents: write
jobs:
sync_to_lts:
runs-on: ubuntu-latest
name: "Sync 'main' to lts branch"
steps:
- uses: jojomatik/sync-branch@v1
with:
source: "main"
target: "kirkstone"
strategy: "fail"