🐛 remove pypi event

This commit is contained in:
Félix Voituret
2020-07-08 16:48:29 +02:00
parent 21a742aa1d
commit d8c9e66e01
2 changed files with 5 additions and 7 deletions

View File

@@ -1,8 +1,6 @@
name: pypi
on:
pull_request:
types:
- closed
push:
branches:
- master
env:

View File

@@ -1,11 +1,11 @@
name: pytest
on:
push:
branches-ignore:
- 'master'
pull_request:
branches:
- 'master'
- master
push:
branches-ignore:
- master
jobs:
tests:
runs-on: ubuntu-latest