Skip to content

WIP DO NOT MERGE fix: remove wrong useEffect dependencies #2442

WIP DO NOT MERGE fix: remove wrong useEffect dependencies

WIP DO NOT MERGE fix: remove wrong useEffect dependencies #2442

name: "Prevent merge from non-staging to master"
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: "master"