This website works better with JavaScript.
Home
Explore
Help
Sign In
isprogram
/
pyenv
mirror of
https://github.com/pyenv/pyenv.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
240
Wiki
Activity
Browse Source
CI: Don't trigger push checks on a pull request
pull/3479/head
Ivan Pozdeev
1 month ago
parent
6c0c5cfa96
commit
e55613a267
3 changed files
with
12 additions
and
3 deletions
Split View
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
View File
@ -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
View File
@ -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
View File
@ -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)
Write
Preview
Loading…
Cancel
Save