diff --git a/.github/workflows/unstable.yml b/.github/workflows/unstable.yml index 4fc9723..af51685 100644 --- a/.github/workflows/unstable.yml +++ b/.github/workflows/unstable.yml @@ -1,8 +1,6 @@ name: unstable on: push: - branches: - - master tags: - '![0-9]+.[0-9]+.[0-9]+' diff --git a/build.py b/build.py index de5a084..cab9d0a 100644 --- a/build.py +++ b/build.py @@ -28,7 +28,7 @@ use_plugin("python.distutils") default_task = "publish" name = "ddadevops" -version = "0.8.17.dev" +version = "0.8.17" summary = "tools to support builds combining gopass, terraform, dda-pallet, aws & hetzner-cloud" description = __doc__ authors = [Author("meissa GmbH", "buero@meissa-gmbh.de")]