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:
parent
6bb02fd1d7
commit
7894703609
2
.github/workflows/analyze.yml
vendored
2
.github/workflows/analyze.yml
vendored
@ -3,7 +3,7 @@ name: Analyze
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- 1.x
|
||||
|
||||
jobs:
|
||||
|
||||
|
2
.github/workflows/build-docker.yml
vendored
2
.github/workflows/build-docker.yml
vendored
@ -4,7 +4,7 @@ name: Build regular LinkAce Docker image
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "*"
|
||||
- "v1.*"
|
||||
|
||||
jobs:
|
||||
build_regular_docker:
|
||||
|
2
.github/workflows/build-package.yml
vendored
2
.github/workflows/build-package.yml
vendored
@ -3,7 +3,7 @@ name: Build Release Package
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- 1.x
|
||||
|
||||
jobs:
|
||||
|
||||
|
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -2,6 +2,9 @@ name: Testing
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- 1.x
|
||||
|
||||
jobs:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user