Skip to content
Snippets Groups Projects
Commit a13f9cf8 authored by Jean-Michel Picod's avatar Jean-Michel Picod
Browse files

Restore path restriction

This avoids running workflows when it's not needed
parent 6c96c639
Branches
No related tags found
No related merge requests found
name: markdownlint
on: [push]
# push:
# paths:
# - '**/*.md'
# - '.markdownlint.json'
# - '!third_party/**'
on:
push:
paths:
- '**/*.md'
- '.markdownlint.json'
- '!third_party/**'
jobs:
mdlint:
......
name: pylint
on: [push]
# push:
# paths:
# - '**/*.py'
# - '.pylintrc'
# - '!third_party/**'
on:
push:
paths:
- '**/*.py'
- '.pylintrc'
- '!third_party/**'
jobs:
pylint:
runs-on: ubuntu-latest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment