diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 3d63ddf..a04f04f 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -26,7 +26,7 @@ jobs: run: docker-compose -f compose.test.yaml down deploy: - if: github.event_name == 'push' && github.ref == 'refs/head/master' + if: github.event_name == 'push' && github.ref == 'refs/heads/master' needs: build-and-test runs-on: ubuntu-latest