Skip to content

WIP: added groups attribute to AssignmentSettings #232

WIP: added groups attribute to AssignmentSettings

WIP: added groups attribute to AssignmentSettings #232

name: 'Check Branch'
on:
pull_request:
jobs:
check_branch:
runs-on: ubuntu-latest
steps:
- name: Check branch
if: github.base_ref == 'main' && !startsWith(github.head_ref, 'release')
run: |
echo "ERROR: You can only merge to main from a release branch."
exit 1