使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
isprogram
/
pyenv
镜像自地址
https://github.com/pyenv/pyenv.git
关注
1
点赞
0
派生
0
代码
工单
0
项目
0
版本发布
240
百科
动态
浏览代码
CI: Don't trigger push checks on a pull request
pull/3479/head
Ivan Pozdeev
1 个月前
父节点
6c0c5cfa96
当前提交
e55613a267
共有
3 个文件被更改
,包括
12 次插入
和
3 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+4
-1
.github/workflows/macos_build.yml
+4
-1
.github/workflows/pyenv_tests.yml
+4
-1
.github/workflows/ubuntu_build.yml
+ 4
- 1
.github/workflows/macos_build.yml
查看文件
@ -1,5 +1,8 @@
name
:
macos_build
on
:
[
pull_request, push]
on
:
push:
branches
:
[
master]
pull_request
:
{}
permissions:
contents
:
read # to fetch code (actions/checkout)
+ 4
- 1
.github/workflows/pyenv_tests.yml
查看文件
@ -1,5 +1,8 @@
name
:
pyenv_tests
on
:
[
pull_request, push]
on
:
push:
branches
:
[
master]
pull_request
:
{}
permissions:
contents
:
read # to fetch code (actions/checkout)
+ 4
- 1
.github/workflows/ubuntu_build.yml
查看文件
@ -1,5 +1,8 @@
name
:
ubuntu_build
on
:
[
pull_request, push]
on
:
push:
branches
:
[
master]
pull_request
:
{}
permissions:
contents
:
read # to fetch code (actions/checkout)
撰写
预览
正在加载...
取消
保存