Build on Tag Pushes. (#162)

* enable tag and pr builds

* Build on Tag Pushes
This commit is contained in:
iPromKnight
2024-03-25 20:27:37 +00:00
committed by GitHub
parent 9fbd750cd2
commit 0ddfac57f7
7 changed files with 14 additions and 0 deletions

View File

@@ -4,6 +4,8 @@ on:
push:
paths:
- 'src/node/addon/**'
tags:
- 'v*.*.*'
workflow_dispatch:
jobs:

View File

@@ -4,6 +4,8 @@ on:
push:
paths:
- 'src/node/consumer/**'
tags:
- 'v*.*.*'
workflow_dispatch:
jobs:

View File

@@ -4,6 +4,8 @@ on:
push:
paths:
- 'src/node/addon-jackett/**'
tags:
- 'v*.*.*'
workflow_dispatch:
jobs:

View File

@@ -4,6 +4,8 @@ on:
push:
paths:
- 'src/metadata/**'
tags:
- 'v*.*.*'
workflow_dispatch:
jobs:

View File

@@ -4,6 +4,8 @@ on:
push:
paths:
- 'src/migrator/**'
tags:
- 'v*.*.*'
workflow_dispatch:
jobs:

View File

@@ -4,6 +4,8 @@ on:
push:
paths:
- 'src/producer/**'
tags:
- 'v*.*.*'
workflow_dispatch:
jobs:

View File

@@ -4,6 +4,8 @@ on:
push:
paths:
- 'src/tissue/**'
tags:
- 'v*.*.*'
workflow_dispatch:
jobs: