Skip to content

Commit

Permalink
Added python filters to pythonapp.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed May 18, 2020
1 parent 04585c4 commit 02800cc
Showing 1 changed file with 11 additions and 20 deletions.
31 changes: 11 additions & 20 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,17 @@

name: Python application

on: [ push ]

# on:
# push:
# tags-ignore:
# - "v*"

# on:
# push:
# paths:
# - '**.py'
# - 'src/*_do'
# - 'tests/**'
# tags-ignore:
# - "v*"
# pull_request:
# paths:
# - '**.py'
# - 'src/*_do'
# - 'tests/**'
on:
push:
paths:
- '**.py'
- 'src/*_do'
- 'tests/**'
pull_request:
paths:
- '**.py'
- 'src/*_do'
- 'tests/**'

jobs:
test:
Expand Down

0 comments on commit 02800cc

Please sign in to comment.