Skip to content

Commit

Permalink
fix: changed workflow to test on every branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mattebit committed Sep 17, 2024
1 parent ebca66e commit 2050c1d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test_maven.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Java test

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

jobs:
test:
Expand Down

0 comments on commit 2050c1d

Please sign in to comment.