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:
8
.github/workflows/lint_python.yml
vendored
8
.github/workflows/lint_python.yml
vendored
@@ -1,6 +1,12 @@
|
||||
name: 'Python Lint'
|
||||
|
||||
on: pull_request
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
- "release*"
|
||||
tags:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
lint_python:
|
||||
|
Reference in New Issue
Block a user