mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
actions: Prevent accidental merging to master (#4302)
Signed-off-by: pasta <pasta@dashboost.org>
This commit is contained in:
parent
6218a94677
commit
f14e8eeada
13
.github/workflows/prevent-master-pr.yml
vendored
Normal file
13
.github/workflows/prevent-master-pr.yml
vendored
Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user