Skip to content

scripts: autobuild: Add scarthgap branch to rpi builds #58

scripts: autobuild: Add scarthgap branch to rpi builds

scripts: autobuild: Add scarthgap branch to rpi builds #58

# Copyright (C) 2022, meta-linux-mainline contributors
# SPDX-License-Identifier: MIT
name: Update Yocto Project tracking branches
on:
push:
branches:
- main
jobs:
update-branches:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: git push --force origin HEAD:master
- run: git push --force origin HEAD:kirkstone
- run: git push --force origin HEAD:nanbield
- run: git push --force origin HEAD:scarthgap