Change CI branch from 'main' to 'dev'

This commit is contained in:
2025-11-19 20:54:47 +00:00
committed by GitHub
parent 108d2e544c
commit 81f842e2bb

View File

@@ -2,7 +2,7 @@ name: Java CI with Maven
on: on:
push: push:
branches: [ "main" ] branches: [ "dev" ]
tags: tags:
- 'v*.*.*' - 'v*.*.*'
pull_request: pull_request:
@@ -23,6 +23,7 @@ jobs:
cache: maven cache: maven
- name: Build with Maven - name: Build with Maven
# mvn package includes the 'test' phase, so unit tests run here automatically.
run: mvn -B package run: mvn -B package
working-directory: main working-directory: main