make workflows only run on pull_request
This commit is contained in:
parent
5a12f4f237
commit
79319faa21
5 changed files with 3 additions and 7 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -1,6 +1,6 @@
|
|||
name: tests
|
||||
|
||||
on: [push, pull_request]
|
||||
on: [pull_request]
|
||||
|
||||
jobs:
|
||||
venv-sqlite:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue