Skip to content

Commit 2457246

Browse files
authored
Merge pull request #380 from pythonprofilers/just_push_or_pull_request
Just push or pull request
2 parents 9a597b3 + b4143a3 commit 2457246

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/lint_python.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
name: lint_python
2-
on: [pull_request, push]
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
tags:
8+
- v*
9+
pull_request:
10+
branches:
11+
- '**'
12+
313
jobs:
414
lint:
515
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)