diff options
| author | 2024-04-24 09:26:47 +0100 | |
|---|---|---|
| committer | 2024-04-24 09:26:47 +0100 | |
| commit | 66207b704848f644a92cd79be05d6e180b09f606 (patch) | |
| tree | 33a863b41249891d542d1101b8411d6c8a31d1f0 | |
| parent | cd166b6f77abf7f0df96a2eaf1eca94b33614a31 (diff) | |
| download | sentrum-66207b704848f644a92cd79be05d6e180b09f606.tar.gz sentrum-66207b704848f644a92cd79be05d6e180b09f606.tar.bz2 sentrum-66207b704848f644a92cd79be05d6e180b09f606.zip | |
Run release job on v* test branches
| -rw-r--r-- | .github/workflows/release.yml | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 66d8f37..d0e3bab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,6 +3,8 @@ on:    push:      tags:        - v* +    branches: +      - v*  jobs:    release:      strategy: | 
