Skip to content

Commit f273e65

Browse files
committed
Update actions for 4.4.x branch
1 parent 07c805c commit f273e65

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/java-17.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Java 17
55

66
on:
77
push:
8-
branches: [ 4.3.*, 4.2.*, 4.1.*, 4.0.*, 3.6.* ]
8+
branches: [ 4.4.*, 4.3.*, 4.2.*, 4.1.*, 4.0.*, 3.6.* ]
99
pull_request:
10-
branches: [ 4.3.*, 4.2.*, 4.1.*, 4.0.*, 3.6.* ]
10+
branches: [ 4.4.*, 4.3.*, 4.2.*, 4.1.*, 4.0.*, 3.6.* ]
1111

1212
jobs:
1313
build:

.github/workflows/java-21.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Java 21
55

66
on:
77
push:
8-
branches: [ 4.3.*, 4.2.*, 4.1.*, 4.0.*, 3.6.* ]
8+
branches: [ 4.4.*, 4.3.*, 4.2.*, 4.1.*, 4.0.*, 3.6.* ]
99
pull_request:
10-
branches: [ 4.3.*, 4.2.*, 4.1.*, 4.0.*, 3.6.* ]
10+
branches: [ 4.4.*, 4.3.*, 4.2.*, 4.1.*, 4.0.*, 3.6.* ]
1111

1212
jobs:
1313
build:

0 commit comments

Comments
 (0)