Bu web sitesi JavaScript ile daha iyi çalışır.
Ana Sayfa
Keşfet
Yardım
Giriş Yap
isprogram
/
pyenv
şunun yansıması
https://github.com/pyenv/pyenv.git
İzle
1
Yıldızla
0
Çatalla
0
Kod
Konular
0
Projeler
0
Sürümler
240
Wiki
Aktivite
Kaynağa Gözat
CI: Don't trigger push checks on a pull request
pull/3479/head
Ivan Pozdeev
1 ay önce
ebeveyn
6c0c5cfa96
işleme
e55613a267
3 değiştirilmiş dosya
ile
12 ekleme
ve
3 silme
Görünümü Böl
Diff Seçenekleri
İstatistikleri Göster
Yama Dosyasını İndir
Diff Dosyasını İndir
+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
Dosyayı Görüntüle
@ -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
Dosyayı Görüntüle
@ -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
Dosyayı Görüntüle
@ -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)
Yaz
Önizleme
Yükleniyor…
İptal
Kaydet