Skip to content
代码片段 群组 项目
提交 2970d712 编辑于 作者: w-e-w's avatar w-e-w
浏览文件

Warns merge into master

上级 c58cf73c
No related branches found
No related tags found
无相关合并请求
name: Pull requests can't target master branch
"on":
pull_request:
types:
- opened
- synchronize
- reopened
branches:
- master
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Warning marge into master
run: |
echo -e "::warning::This pull request directly merge into \"master\" branch, normally development happens on \"dev\" branch."
exit 1
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册