diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9d854a2b..bc22b418 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -57,7 +57,7 @@ jobs: name: Deploy to Artifactory runs-on: ubuntu-latest # Run only on pushing a tag - if: github.event_name == 'push' && contains(github.ref, 'refs/tags/artifactory.') + if: github.event_name == 'push' && contains(github.ref, 'refs/tags/artifactory') needs: test env: