Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
isprogram
/
pyenv
espelhamento de
https://github.com/pyenv/pyenv.git
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Projects
0
Versões
240
Wiki
Atividade
Ver código fonte
CI: Don't trigger push checks on a pull request
pull/3479/head
Ivan Pozdeev
1 mês atrás
pai
6c0c5cfa96
commit
e55613a267
3 arquivos alterados
com
12 adições
e
3 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+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 arquivo
@ -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 arquivo
@ -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 arquivo
@ -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é-visualização
Carregando…
Cancelar
Salvar