Only run when python file changes

This commit is contained in:
Sourabh Verma 2023-06-19 04:43:42 +05:30
parent 7be806388b
commit 95af73307f
No known key found for this signature in database
GPG Key ID: 117177475D1726CF

View File

@ -4,6 +4,8 @@ on:
push:
branches:
- master
paths:
- '**.py'
jobs:
deploy: