CI: Fix artifacts naming (#654)

* Fix artifacts naming
* Github: build on pull requests
* Github: narrow build trigger criteria.

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
This commit is contained in:
Anna Prosvetova
2021-08-17 17:45:23 +03:00
committed by GitHub
parent ac5c1cb4a0
commit fe2b9718e1
3 changed files with 24 additions and 6 deletions

View File

@@ -1,6 +1,12 @@
name: 'Python Lint'
on: pull_request
on:
push:
branches:
- dev
- "release*"
tags:
pull_request:
jobs:
lint_python: