build: run lint import check on master branch (#31494)

This commit is contained in:
Muhammad Umar Khan
2023-01-04 18:24:03 +05:00
committed by GitHub
parent 4b6e719691
commit 23975b0263

View File

@@ -1,6 +1,10 @@
name: Lint Python Imports
on: pull_request
on:
pull_request:
push:
branches:
- master
jobs: