Skip to content

Upgrade tx notifications #442

Upgrade tx notifications

Upgrade tx notifications #442

Workflow file for this run

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