Skip to content

Commit

Permalink
Update Build-Test-Coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brunovicenteb authored Jul 21, 2023
1 parent d2b2bce commit b0a3077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build-Test-Coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
- name: test
env:
LATEST_TAG: ${{ github.ref == 'refs/heads/main' && 'latest' || format('latest-{0}', github.ref_name) }}
if: ${{ success() && github.event.pull_request.merged == true (github.ref == 'refs/heads/main' || github.ref_name == 'refs/heads/develop' || startsWith(github.ref_name, 'hotfix') || startsWith(github.ref_name, 'release')) }}
if: ${{ success() && github.event.pull_request.merged == true && (github.ref == 'refs/heads/main' || github.ref_name == 'refs/heads/develop' || startsWith(github.ref_name, 'hotfix') || startsWith(github.ref_name, 'release')) }}
run: |
echo "today is ${{env.LATEST_TAG}}"

0 comments on commit b0a3077

Please sign in to comment.