Skip to content

Commit

Permalink
ci: update pipeline configuration for lts branch (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpetras authored Oct 25, 2024
1 parent f671e81 commit de923cb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@ on:
push:
branches:
- 'main'
- 'fix/[0-9]+.[0-9]+.x'
- '[0-9]+.x'
pull_request:

types: [opened, synchronize, reopened]
branches:
- 'main'
- 'fix/[0-9]+.[0-9]+.x'
- '[0-9]+.x'
jobs:
java:
uses: 1000kit/tkit-ci-java/.github/workflows/build.yml@main
Expand Down

0 comments on commit de923cb

Please sign in to comment.