Skip to content

Commit 77de4f8

Browse files
committed
fix github actions
1 parent e1474ff commit 77de4f8

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/ruff.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ name: Ruff Linter
33
on:
44
push:
55
branches:
6-
- python3
6+
- main
77
pull_request:
88

9+
workflow_dispatch:
10+
911
jobs:
1012
lint:
1113
runs-on: ubuntu-latest

.github/workflows/tag_release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ on:
55
paths:
66
- src/__init__.py
77
branches:
8-
- python3
8+
- main
9+
workflow_dispatch:
910

1011
permissions:
1112
contents: write

CONTROL/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: enigma2-plugin-extensions-openatvstatus
2-
Version: 2.3
2+
Version: 2.7
33
Section: extra
44
Architecture: all
55
Maintainer: Mr.Servo
66
Source: https://github.com/openatv/openatvstatus
7-
Description: openATV Status v2.3 - view status of OpenATV-buildserver
7+
Description: openATV Status v2.7 - view status of OpenATV-buildserver

0 commit comments

Comments
 (0)