Skip to content

Complete reworking of client/server architecture to setup inference w… #5

Complete reworking of client/server architecture to setup inference w…

Complete reworking of client/server architecture to setup inference w… #5

name: Prevent Direct Pushes to Default Branch
on:
push:
branches:
- main
jobs:
block:
runs-on: ubuntu-latest
steps:
- name: Block direct pushes
run: |
echo "🚫 Direct pushes to main are not allowed. Please open a Pull Request."
exit 1