Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
apriltuesday committed Feb 9, 2024
1 parent 8fe55aa commit ce0fe2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Run tests
on:
pull_request:
branches: [ main ]
workflow_dispatch:

jobs:
build:
Expand All @@ -18,4 +19,4 @@ jobs:
with:
java-version: ${{ matrix.java-version }}
- name: Run Maven tests
run: mvn test
run: mvn test

0 comments on commit ce0fe2a

Please sign in to comment.