Skip to content

NAO and PNA notebooks for SEAS5 #147

NAO and PNA notebooks for SEAS5

NAO and PNA notebooks for SEAS5 #147

Workflow file for this run

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