Enable github actions and dependabot on 3.4.x branch

This commit is contained in:
Roy Clarkson
2025-04-03 13:13:55 -04:00
parent e56c6af334
commit 235ca07195
3 changed files with 20 additions and 6 deletions

View File

@@ -5,9 +5,9 @@ name: Java 17
on:
push:
branches: [ 3.3.*, 3.2.* ]
branches: [ 3.4.*, 3.3.*, 3.2.* ]
pull_request:
branches: [ 3.3.*, 3.2.* ]
branches: [ 3.4.*, 3.3.*, 3.2.* ]
jobs:
build: