Skip to content

Remove references to config-server-release #46

Remove references to config-server-release

Remove references to config-server-release #46

name: Master Branch Protection

Check failure on line 1 in .github/workflows/protect-master.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/protect-master.yml

Invalid workflow file

`jobs` is not a valid event name
on:
pull_request:
branches:
- master
jobs:
check-branch:
runs-on: ubuntu-latest
steps:
- name: Check branch
run: |
echo "Error: Pull request against master is prohibited"
exit 1