Skip to content

Add MIT License to the project #2

Add MIT License to the project

Add MIT License to the project #2

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