diff --git a/.github/workflows/dev-pipeline.yml b/.github/workflows/dev-pipeline.yml index ebdaa14..66f3b20 100644 --- a/.github/workflows/dev-pipeline.yml +++ b/.github/workflows/dev-pipeline.yml @@ -25,7 +25,7 @@ jobs: - name: Run tests run: yarn test docker-push: - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/hotfix' needs: - test runs-on: ubuntu-latest