mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-05 01:49:25 +00:00
limit action run on path glob
This commit is contained in:
10
.github/workflows/lint_python.yml
vendored
10
.github/workflows/lint_python.yml
vendored
@@ -1,5 +1,13 @@
|
||||
name: lint_python
|
||||
on: [pull_request, push]
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- '**/*.py'
|
||||
pull_request:
|
||||
paths:
|
||||
- '**/*.py'
|
||||
|
||||
jobs:
|
||||
lint_python:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user