Skip to content

Merge pull request #82 from jhnc-oss/fix_ci_TEMPLATECONF #13

Merge pull request #82 from jhnc-oss/fix_ci_TEMPLATECONF

Merge pull request #82 from jhnc-oss/fix_ci_TEMPLATECONF #13

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@v2
with:
source: "main"
target: "scarthgap"
strategy: "fail"