Skip to content

new info_utility field in csv Bencharming files #6

new info_utility field in csv Bencharming files

new info_utility field in csv Bencharming files #6

Workflow file for this run

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