Skip to content

Update README_DEV.md, fix filename #3082

Update README_DEV.md, fix filename

Update README_DEV.md, fix filename #3082

name: "Prevent merge from non-staging to main"
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
warn_main_merge:
runs-on: "ubuntu-latest"
name: "Validate PR Source and Target Branches"
steps:
- name: "Checking source and target branch in PR"
uses: "technologiestiftung/[email protected]"
with:
stagingName: "staging"
mainName: "main"