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 01aeb53 commit 25f9ee2
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 @@ -30,6 +30,6 @@ jobs:
- name: test
env:
LATEST_TAG: ${{ github.ref == 'refs/heads/main' && 'latest' || format('latest-{0}', github.ref_name) }}
if: ${{ success() && github.event_name != 'pull_request' && (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_name != 'pull_request' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop' || startsWith(github.ref_name, 'hotfix') || startsWith(github.ref_name, 'release')) }}
run: |
echo "today is ${{env.LATEST_TAG}}"

0 comments on commit 25f9ee2

Please sign in to comment.