Skip to content

Commit

Permalink
ci fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhir committed Jul 8, 2024
1 parent 6d4b0e8 commit 80245c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- main

jobs:
build:
maven:
uses: ./.github/workflows/maven.yaml
with:
build-images: ${{ github.ref_name == 'main' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
required: false

jobs:
build:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down

0 comments on commit 80245c5

Please sign in to comment.