Skip to content

Commit ff4dc10

Browse files
committed
Enable GH actions for 1.0.x branch.
[#259] Signed-off-by: Mark Paluch <mpaluch@vmware.com>
1 parent 7c2c6d5 commit ff4dc10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Java CI with Maven
55

66
on:
77
push:
8-
branches: [ main, 0.9.x, 0.8.x ]
8+
branches: [ main, 1.0.x, 0.9.x, 0.8.x ]
99

1010
jobs:
1111
build:

0 commit comments

Comments
 (0)