actions: Prevent accidental merging to master (#4302)

Signed-off-by: pasta <pasta@dashboost.org>
This commit is contained in:
PastaPastaPasta 2021-07-29 05:12:54 -05:00 committed by GitHub
parent 6218a94677
commit f14e8eeada
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

13
.github/workflows/prevent-master-pr.yml vendored Normal file
View File

@ -0,0 +1,13 @@
name: Prevent Merging into Master
on:
pull_request:
branches:
- master
jobs:
fail:
runs-on: ubuntu-latest
steps:
- run: exit 1