Skip to content

Update Dependencies on top of 9.0.0 #1038 #31

Update Dependencies on top of 9.0.0 #1038

Update Dependencies on top of 9.0.0 #1038 #31

Workflow file for this run

name: Validate PR
on:
pull_request:
jobs:
validate-pr:
runs-on: ubuntu-24.04
steps:
- name: Check master
if: ${{github.base_ref == 'master' && github.head_ref != 'develop'}}
run: Target=${{github.base_ref}} Source=${{github.head_ref}}. echo You must not merge directly to master. Instead merge to 'develop' first. && exit 1