Skip to content

Commit cc5d2a2

Browse files
committed
cleanups
1 parent 2bb6e77 commit cc5d2a2

4 files changed

Lines changed: 4 additions & 10 deletions

File tree

.github/workflows/build-deploy.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@ name: Build and deploy
66

77
on:
88
push:
9-
branches: ["main"]
10-
# branches: ["dev"]
11-
# tags: ["*"]
12-
# pull_request:
13-
# branches: ["dev"]
9+
tags: ["*"]
10+
pull_request:
11+
branches: ["dev"]
1412

1513
# Cancel a currently running workflow from the same PR, branch or tag when a new workflow is triggered:
1614
# Taken from https://stackoverflow.com/a/72408109

.github/workflows/python-tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
name: Python lint and tests
55

66
on:
7-
push:
8-
branches: ["dev"]
97
pull_request:
108
branches: ["dev"]
119

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ authors = [
66
{name = "Andrew I Cockburn", email = "appdaemon@acockburn.com"}
77
]
88
# The version is computed dynamically. See `tool.setuptools.dynamic` section below.
9-
# dynamic = ["version"]
10-
version = "4.4.12"
9+
dynamic = ["version"]
1110
license = {file = "LICENSE.md"}
1211
requires-python = ">=3.10,<3.13"
1312
keywords=[ "appdaemon", "home", "automation" ]

uv.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)