Skip to content

Commit

Permalink
Changed .yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Felle33 committed Jan 14, 2024
1 parent f95dea1 commit c5d96a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/battle-manager.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Java CI - battle-manager

on:
push:
branches:
- battle-manager
workflow_dispatch:
push:
branches:
- battle-manager

jobs:
build:
Expand Down Expand Up @@ -35,4 +35,4 @@ jobs:

- name: Run tests
run: mvn verify
working-directory: ./code/
working-directory: ./code/battle-manager

0 comments on commit c5d96a3

Please sign in to comment.