Skip to content

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

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

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

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
run: exit 1