Skip to content

Commit

Permalink
move workflow to workflows folder
Browse files Browse the repository at this point in the history
  • Loading branch information
creme332 committed Jun 5, 2024
1 parent f184241 commit 26a97d8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/test.yml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@ name: Run tests
on:
workflow_dispatch:
push:
branches:
- "main"
paths:
- "**.java"
pull_request:
paths:
- '**.java'
- "**.java"
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -23,4 +27,4 @@ jobs:
run: mvn -B test

- name: Run tests
run: mvn test
run: mvn test

0 comments on commit 26a97d8

Please sign in to comment.