merge-requests/1/merge
jem 4 years ago
parent 59f97a3c68
commit 5f9cbae736

@ -1,6 +1,8 @@
name: build
on:
never
push:
tags:
- never
jobs:
build:

@ -1,4 +1,4 @@
name: test
name: stable
on:
push:
tags:

@ -0,0 +1,21 @@
name: unstable
on:
push:
branches:
- master
tags:
- *
- '![0-9]+.[0-9]+.[0-9]+'
jobs:
build:
name: test-my build
runs-on: ubuntu-latest
steps:
- name: debug
run: |
echo ${{ github.ref }}
echo ${{ github.ref == '[0-9]+.[0-9]+.[0-9]+' }}
echo ${{ github.ref != '[0-9]+.[0-9]+.[0-9]+' }}

@ -28,7 +28,7 @@ use_plugin("python.distutils")
default_task = "publish"
name = "ddadevops"
version = "0.8.9.dev"
version = "0.8.10.dev"
summary = "tools to support builds combining gopass, terraform, dda-pallet, aws & hetzner-cloud"
description = __doc__
authors = [Author("meissa GmbH", "buero@meissa-gmbh.de")]

Loading…
Cancel
Save