Skip to content

Commit

Permalink
Add prevent-master-pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PastaPastaPasta committed Jul 29, 2021
1 parent 2b56004 commit f4cc6e1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/prevent-master-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
on:
pull_request:
branches:
- master

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

0 comments on commit f4cc6e1

Please sign in to comment.