Removed master filter for pythonapp.yml workflow
This commit is contained in:
parent
9983bc05bf
commit
2ab3748575
|
|
@ -5,11 +5,8 @@ name: Python application
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
tags-ignore:
|
||||
- "v*"
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
# on:
|
||||
# push:
|
||||
|
|
|
|||
Loading…
Reference in New Issue