Skip to content

Commit

Permalink
Add prevent-master-pr.yml
Browse files Browse the repository at this point in the history
Signed-off-by: pasta <[email protected]>
  • Loading branch information
PastaPastaPasta committed Jul 29, 2021
1 parent 1a29d78 commit 74944fb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/prevent-master-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Prevent Merging into Master

on:
pull_request:
branches:
- master

jobs:
fail:
runs-on: ubuntu-latest
steps:
- run: exit 1

0 comments on commit 74944fb

Please sign in to comment.