Skip to content

Commit

Permalink
Really fix GitHub Actions on main
Browse files Browse the repository at this point in the history
  • Loading branch information
ibacher authored Jul 22, 2024
1 parent e728e4a commit d03d6bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
"username": "${{ secrets.NEXUS_USERNAME }}",
"password": "${{ secrets.NEXUS_PASSWORD }}"
}]
if: ${{ github.ref == 'refs/heads/master' && github.repository_owner == 'mekomsolutions' }}
if: ${{ github.ref == 'refs/heads/main' && github.repository_owner == 'mekomsolutions' }}

- name: Publish
run: mvn --batch-mode clean deploy -P validator
if: ${{ github.ref == 'refs/heads/master' && github.repository_owner == 'mekomsolutions' }}
if: ${{ github.ref == 'refs/heads/main' && github.repository_owner == 'mekomsolutions' }}

0 comments on commit d03d6bd

Please sign in to comment.