Skip to content

add config-server binary to .gitignore #41

add config-server binary to .gitignore

add config-server binary to .gitignore #41

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