Skip to content

Commit

Permalink
ci: run on a push or pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
hamirmahal committed Feb 19, 2024
1 parent 70a05b5 commit 28e7488
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@

name: Java CI with Maven

on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
on: [push, pull_request]

jobs:
build:
Expand Down

0 comments on commit 28e7488

Please sign in to comment.