mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2026-09-16 23:24:19 +00:00
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:
co-authored by
Aleksandr Kutuzov
parent
ac5c1cb4a0
commit
fe2b9718e1
@@ -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