Skip to content

[DOCS] Remove custom hacs repository instructions #85

[DOCS] Remove custom hacs repository instructions

[DOCS] Remove custom hacs repository instructions #85

name: 'Protect main branch'
on:
pull_request:
jobs:
check_origin_branch:
runs-on: ubuntu-latest
steps:
- name: Check origin branch
if: github.base_ref == 'main' && github.head_ref != 'dev'
run: |
echo "ERROR: You can only merge to main from dev."
exit 1