change tag glob (#164)

This commit is contained in:
iPromKnight
2024-03-25 23:41:58 +00:00
committed by GitHub
parent 9a831e92d0
commit b035ef596b
9 changed files with 18 additions and 14 deletions

View File

@@ -2,10 +2,10 @@ name: Build and Push Addon Service
on:
push:
tags:
- '**'
paths:
- 'src/addon/**'
tags:
- 'v*.*.*'
workflow_dispatch:
jobs:

View File

@@ -2,10 +2,10 @@ name: Build and Push Consumer Service
on:
push:
tags:
- '**'
paths:
- 'src/torrent-consumer/**'
tags:
- 'v*.*.*'
workflow_dispatch:
jobs:

View File

@@ -2,6 +2,8 @@ name: Build and Push Debrid Collector Service
on:
push:
tags:
- '**'
paths:
- 'src/debrid-collector/**'
workflow_dispatch:

View File

@@ -2,10 +2,10 @@ name: Build and Push Jackett Addon Service
on:
push:
tags:
- '**'
paths:
- 'src/addon-jackett/**'
tags:
- 'v*.*.*'
workflow_dispatch:
jobs:

View File

@@ -2,10 +2,10 @@ name: Build and Push Metadata Service
on:
push:
tags:
- '**'
paths:
- 'src/metadata/**'
tags:
- 'v*.*.*'
workflow_dispatch:
jobs:

View File

@@ -2,10 +2,10 @@ name: Build and Push Migrator Service
on:
push:
tags:
- '**'
paths:
- 'src/migrator/**'
tags:
- 'v*.*.*'
workflow_dispatch:
jobs:

View File

@@ -2,10 +2,10 @@ name: Build and Push Producer Service
on:
push:
tags:
- '**'
paths:
- 'src/producer/**'
tags:
- 'v*.*.*'
workflow_dispatch:
jobs:

View File

@@ -2,6 +2,8 @@ name: Build and Push Qbit Collector Service
on:
push:
tags:
- '**'
paths:
- 'src/qbit-collector/**'
workflow_dispatch:

View File

@@ -2,10 +2,10 @@ name: Build and Push Tissue Service
on:
push:
tags:
- '**'
paths:
- 'src/tissue/**'
tags:
- 'v*.*.*'
workflow_dispatch:
jobs: