Skip to content

Commit

Permalink
fix(ci): correct wf names
Browse files Browse the repository at this point in the history
correct when each wf runs

Signed-off-by: Jonathan Zollinger <jonathan.zollinger@gmail.com>
  • Loading branch information
Jonathan-Zollinger committed Jan 22, 2024
1 parent 6d98da0 commit fda3be8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/mvn-package_pr,push_main.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Java CI with Maven
name: Test Build

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

jobs:
build:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/mvn-test_push_all.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: Java CI with Maven
name: Run Maven Tests

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

jobs:
build:
Expand Down

0 comments on commit fda3be8

Please sign in to comment.