1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-04-21 07:22:20 +02:00

Adjust CI/CD pipeline for updated branch structure

This commit is contained in:
Kovah 2024-07-17 15:40:43 +02:00
parent 6bb02fd1d7
commit 7894703609
No known key found for this signature in database
GPG Key ID: AAAA031BA9830D7B
4 changed files with 6 additions and 3 deletions

View File

@ -3,7 +3,7 @@ name: Analyze
on:
push:
branches:
- main
- 1.x
jobs:

View File

@ -4,7 +4,7 @@ name: Build regular LinkAce Docker image
on:
push:
tags:
- "*"
- "v1.*"
jobs:
build_regular_docker:

View File

@ -3,7 +3,7 @@ name: Build Release Package
on:
push:
branches:
- main
- 1.x
jobs:

View File

@ -2,6 +2,9 @@ name: Testing
on:
pull_request:
push:
branches:
- 1.x
jobs: