Skip to content

Staging to prod: Contact feature & data vis #2721

Staging to prod: Contact feature & data vis

Staging to prod: Contact feature & data vis #2721

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/warn-for-main-merge-action@v1.13"
with:
stagingName: "staging"
mainName: "main"