Skip to content

Update data layer modal with GDDP description #6

Update data layer modal with GDDP description

Update data layer modal with GDDP description #6

Workflow file for this run

name: Gitflow Enforcer
on:
pull_request:
types: [opened, reopened, edited, synchronize]
jobs:
gitflow_enforcer:
runs-on: ubuntu-latest
steps:
- name: Check branch
if: github.base_ref == 'main' && github.head_ref != 'develop'
run: |
echo "ERROR: You can only merge to main from develop"
exit 1