This commit is contained in:
erabii
2024-09-04 21:00:02 +03:00
committed by GitHub
parent 8f761a43ed
commit fbfa78e4d4
2 changed files with 6 additions and 6 deletions

View File

@@ -2,9 +2,9 @@ name: github-workflow
on:
push:
branches: [ main, 3.0.x ]
branches: [ main, 3.0.x, 3.1.x ]
pull_request:
branches: [ main, 3.0.x ]
branches: [ main, 3.0.x, 3.1.x ]
jobs:
build:
@@ -35,7 +35,7 @@ jobs:
- name: setup project jdk-17
id: jdk_17
uses: ./.github/workflows/composites/setup-jdk17
if: env.BASE_BRANCH == 'main' || env.BASE_BRANCH == '3.0.x'
if: env.BASE_BRANCH == 'main' || env.BASE_BRANCH == '3.0.x' || env.BASE_BRANCH == '3.1.x'
- name: cache local maven repository
uses: ./.github/workflows/composites/cache
@@ -115,7 +115,7 @@ jobs:
- name: setup project jdk-17
uses: ./.github/workflows/composites/setup-jdk17
if: env.BASE_BRANCH == 'main' || env.BASE_BRANCH == '3.0.x'
if: env.BASE_BRANCH == 'main' || env.BASE_BRANCH == '3.0.x' || env.BASE_BRANCH == '3.1.x'
- name: pre-test-actions
uses: ./.github/workflows/composites/pre-test-actions
@@ -159,7 +159,7 @@ jobs:
- name: setup project jdk-17
uses: ./.github/workflows/composites/setup-jdk17
if: env.BASE_BRANCH == 'main' || env.BASE_BRANCH == '3.0.x'
if: env.BASE_BRANCH == 'main' || env.BASE_BRANCH == '3.0.x' || env.BASE_BRANCH == '3.1.x'
- name: pre-test-actions
uses: ./.github/workflows/composites/pre-test-actions