Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kleihan committed Jan 15, 2024
1 parent 055c090 commit 527a10c
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,11 @@

name: Java CI with Maven

on:
push:
branches:
- master
- v[1-9]**
pull_request:
branches:
- master
- v[1-9]**
on: [push, pull_request]

jobs:
build:

runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 527a10c

Please sign in to comment.