Skip to content

Commit 52a3965

Browse files
committed
ci: trigger build, deploy and codeql workflows on 8.x branch
Signed-off-by: Marvin Froeder <velo.br@gmail.com>
1 parent adcca97 commit 52a3965

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build and Test
22

33
on:
44
push:
5-
branches: ["master", "querydsl-*"]
5+
branches: ["master", "querydsl-*", "8.x", "fluentq-*"]
66
paths-ignore:
77
- "**/*.md"
88
pull_request:

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ name: "CodeQL"
2222

2323
on:
2424
push:
25-
branches: ["master", "querydsl-5.0.0"]
25+
branches: ["master", "querydsl-5.0.0", "8.x"]
2626
pull_request:
2727
# The branches below must be a subset of the branches above
28-
branches: ["master", "querydsl-5.0.0"]
28+
branches: ["master", "querydsl-5.0.0", "8.x"]
2929
schedule:
3030
- cron: '0 13 * * 3'
3131

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy
22

33
on:
44
push:
5-
branches: ["master", "querydsl-*"]
5+
branches: ["master", "querydsl-*", "8.x"]
66
tags: ["*"]
77

88
concurrency:
@@ -13,7 +13,7 @@ env:
1313
MAVEN_OPTS: -Xmx3200m
1414

1515
jobs:
16-
# Deploy SNAPSHOT artifacts to Maven Central on every push to master / querydsl-* branches.
16+
# Deploy SNAPSHOT artifacts to Maven Central on every push to master / querydsl-* / 8.x branches.
1717
snapshot:
1818
if: startsWith(github.ref, 'refs/heads/')
1919
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)