Skip to content

Add CI test that fails if a PR is issued to main #14

Add CI test that fails if a PR is issued to main

Add CI test that fails if a PR is issued to main #14

Workflow file for this run

name: check PR branch
on:
pull_request:
branches:
- main
jobs:
check-PR-branch:
runs-on: ubuntu-latest
steps:
- name: PRs should not target main. Use development instead.
run: exit 1