Skip to content

chore(deps): update devdependencies-non-major #2968

chore(deps): update devdependencies-non-major

chore(deps): update devdependencies-non-major #2968

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"