Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
isprogram
/
pyenv
espelho de
https://github.com/pyenv/pyenv.git
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Projects
0
Lançamentos
240
Wiki
Trabalho
Ver a proveniência
CI: Don't trigger push checks on a pull request
pull/3479/head
Ivan Pozdeev
há 1 mês
ascendente
6c0c5cfa96
cometimento
e55613a267
3 ficheiros alterados
com
12 adições
e
3 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro 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
Ver ficheiro
@ -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
Ver ficheiro
@ -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
Ver ficheiro
@ -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)
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar