Skip to content

Commit

Permalink
the last GHA syntax change
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanetteclark committed Jul 6, 2023
1 parent bf36e8d commit ddd4192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

docker-publish:
name: Docker Build and Publish
if: github.ref_name == 'develop' || github.ref_name == 'v.*.*.*'
if: github.ref_name == 'develop' || startsWith(github.ref, 'refs/tags/v')
needs: maven-build
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit ddd4192

Please sign in to comment.