이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
isprogram
/
pyenv
의 미러
https://github.com/pyenv/pyenv.git
보기
1
좋아요
0
포크
0
코드
이슈
0
Projects
0
릴리즈
240
위키
활동
소스 검색
CI: Don't trigger push checks on a pull request
pull/3479/head
Ivan Pozdeev
1 개월 전
부모
6c0c5cfa96
커밋
e55613a267
3개의 변경된 파일
과
12개의 추가작업
그리고
3개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+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)
쓰기
미리보기
불러오는 중...
취소
저장