Enable github actions and dependabot on 3.4.x branch
This commit is contained in:
4
.github/workflows/java-17.yml
vendored
4
.github/workflows/java-17.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user