Skip to content

Commit

Permalink
Adjust CI/CD pipeline for updated branch structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Kovah committed Jul 17, 2024
1 parent 6bb02fd commit 7894703
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Analyze
on:
push:
branches:
- main
- 1.x

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Build regular LinkAce Docker image
on:
push:
tags:
- "*"
- "v1.*"

jobs:
build_regular_docker:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build Release Package
on:
push:
branches:
- main
- 1.x

jobs:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Testing

on:
pull_request:
push:
branches:
- 1.x

jobs:

Expand Down

0 comments on commit 7894703

Please sign in to comment.