Skip to content

CDS learn group page refactor (#645) #638

CDS learn group page refactor (#645)

CDS learn group page refactor (#645) #638

Workflow file for this run

---
# Workflow to automate creation and updating of release branches
name: Release Branching
# Trigger on tags created by TeamCity
on:
push:
tags:
- '*'
jobs:
branch_release:
if: github.event.created && github.event.sender.login == 'labkey-teamcity'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Create branches and PRs
uses: LabKey/gitHubActions/branch-release@develop
with:
github_token: ${{ secrets.GITHUB_TOKEN }}