fix: only update pypi deps on push

Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
This commit is contained in:
0xMRTT 2022-09-13 20:16:31 +02:00
parent 5b5e87dfac
commit d4a542f907
No known key found for this signature in database
GPG key ID: AC9E06BF3DECB6FB

View file

@ -8,9 +8,6 @@ on:
push:
branches: [ "main" ]
paths: requirements.txt
pull_request:
branches: [ "main" ]
paths: requirements.txt
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: