Skip to content

Handle getEvent processing where multiple top-level EventData entries… #767

Handle getEvent processing where multiple top-level EventData entries…

Handle getEvent processing where multiple top-level EventData entries… #767

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 }}