mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-11 16:13:53 +00:00
disabling GitHub Actions on pull_request (for this PR)
This commit is contained in:
parent
ea1cdf82ce
commit
45a6093c3f
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -2,7 +2,7 @@ name: CI
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
# pull_request:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
2
.github/workflows/configure.yml
vendored
2
.github/workflows/configure.yml
vendored
@ -2,7 +2,7 @@ name: Config
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
# pull_request:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
2
.github/workflows/format.yml
vendored
2
.github/workflows/format.yml
vendored
@ -5,7 +5,7 @@ name: Format
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
# pull_request:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
2
.github/workflows/pip.yml
vendored
2
.github/workflows/pip.yml
vendored
@ -2,7 +2,7 @@ name: Pip
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
# pull_request:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
Loading…
Reference in New Issue
Block a user