Files
2021-10-20 07:36:16 +00:00

15 lines
266 B
YAML

---
name: Branch Checks
on:
pull_request:
jobs:
target_devel:
name: PR targets release-0.11
runs-on: ubuntu-latest
steps:
- name: Check that the PR targets release-0.11
if: ${{ github.base_ref != 'release-0.11' }}
run: exit 1