Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Commit

Permalink
Configure push trigger path
Browse files Browse the repository at this point in the history
  • Loading branch information
qitianshi committed Dec 16, 2021
1 parent 7b1c846 commit f6712c1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Pylint

on: [push]
on:
push:
paths:
'analysis/**'

jobs:
build:
Expand Down

0 comments on commit f6712c1

Please sign in to comment.