Skip to content

Commit

Permalink
updated worflow to trigger on main pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
SigCatta committed Jan 5, 2024
1 parent 8897ad3 commit 25d9f73
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/account-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@ name: Java CI - account-manager

on:
workflow_dispatch:
pull_request:
branches:
- main
push:
branches: [ "account-manager" ]
branches:
- account-manager

jobs:
build:
Expand Down Expand Up @@ -43,4 +47,4 @@ jobs:

- name: Run tests
run: ./mvnw test
working-directory: code/account-manager/
working-directory: code/account-manager/

0 comments on commit 25d9f73

Please sign in to comment.