mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-20 22:40:34 +00:00
15 lines
266 B
YAML
15 lines
266 B
YAML
---
|
|
name: Branch Checks
|
|
|
|
on:
|
|
pull_request:
|
|
|
|
jobs:
|
|
target_devel:
|
|
name: PR targets release-0.10
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Check that the PR targets release-0.10
|
|
if: ${{ github.base_ref != 'release-0.10' }}
|
|
run: exit 1
|