Files
submariner-charts/.github/workflows/branch.yml
T
2021-04-30 09:49:39 +00:00

15 lines
263 B
YAML

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