Run on workflow_dispatch
This commit is contained in:
parent
2fdd873125
commit
d4aed351e3
1 changed files with 1 additions and 7 deletions
8
.github/workflows/test-pypi.yaml
vendored
8
.github/workflows/test-pypi.yaml
vendored
|
@ -1,12 +1,6 @@
|
||||||
name: Tests for PyPI package
|
name: Tests for PyPI package
|
||||||
|
|
||||||
on:
|
on: workflow_dispatch
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-linux:
|
build-linux:
|
||||||
|
|
Loading…
Reference in a new issue