Skip to content

Commit

Permalink
CI on push
Browse files Browse the repository at this point in the history
  • Loading branch information
mwangggg committed Oct 19, 2023
1 parent 17a29a3 commit bb9044b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/push-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: CI build and push

on:
push:
branches:
- main
- v[0-9]+
- v[0-9]+.[0-9]+
- cryostat-v[0-9]+.[0-9]+

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- run: mvn -B -U clean verify

0 comments on commit bb9044b

Please sign in to comment.