Skip to content

Commit

Permalink
Update flake8.yml
Browse files Browse the repository at this point in the history
no need to run flake8 on other branches
  • Loading branch information
3nids authored Jul 11, 2024
1 parent 7c32a89 commit 399f7df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/flake8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ concurrency:

on:
push:
branches:
- master
- release-*
paths:
- '**.py'
pull_request:
Expand Down

0 comments on commit 399f7df

Please sign in to comment.