Adding prefix to dependabot to know what branch they belong to #935
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: GitHub CI | |
on: [push, pull_request] | |
jobs: | |
build: | |
name: Verify | |
uses: jetty/.github/.github/workflows/maven-ci.yml@main | |
with: | |
jdk-matrix: '["17"]' | |
verify-goal: "install -Peclipse-release -Dgpg.skip" |