Skip to content

Commit

Permalink
add style workflow run on PR and push
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheltienne committed Nov 27, 2021
1 parent e57ec33 commit d430dc7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event.number }}-${{ github.event.ref }}
cancel-in-progress: true
on:
pull_request:
paths:
- '**.py'
push:
branches: [main]
paths:
- '**.py'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit d430dc7

Please sign in to comment.