Skip to content

Commit

Permalink
Merge pull request #380 from pythonprofilers/just_push_or_pull_request
Browse files Browse the repository at this point in the history
Just push or pull request
  • Loading branch information
altendky authored Nov 15, 2022
2 parents 9a597b3 + b4143a3 commit 2457246
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/lint_python.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
name: lint_python
on: [pull_request, push]

on:
push:
branches:
- master
tags:
- v*
pull_request:
branches:
- '**'

jobs:
lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2457246

Please sign in to comment.